We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add to the matrix test the support of 3.11 cuenca-validations and add a pre-commit action to validate:
exclude: '.*\.ipynb$' repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 hooks: - id: check-yaml args: ['--unsafe'] - id: check-toml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell rev: v2.2.4 hooks: - id: codespell additional_dependencies: - tomli - repo: local hooks: - id: lint name: Lint entry: make lint types: [python] language: system pass_filenames: false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add to the matrix test the support of 3.11 cuenca-validations and add a pre-commit action to validate:
This is an example on how to do it:
The text was updated successfully, but these errors were encountered: