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
From Poetry
repos: - repo: https://github.com/psf/black rev: stable hooks: - id: black - repo: https://gitlab.com/pycqa/flake8 rev: 3.7.8 hooks: - id: flake8 - repo: https://github.com/timothycrosley/isort rev: 4.3.21-2 hooks: - id: isort additional_dependencies: [toml] exclude: ^.*/?setup\.py$ - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 hooks: - id: trailing-whitespace exclude: ^tests/.*/fixtures/.* - id: end-of-file-fixer exclude: ^tests/.*/fixtures/.* - id: debug-statements
The text was updated successfully, but these errors were encountered:
See Cheatsheet around hooks
Sorry, something went wrong.
No branches or pull requests
From Poetry
The text was updated successfully, but these errors were encountered: