We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e8e2f commit f8209d4Copy full SHA for f8209d4
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ fail_fast: false
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.3.0
+ rev: v4.4.0
6
hooks:
7
- id: debug-statements #Check for debugger imports and breakpoint() in python files
8
- id: check-ast #Simply check whether files parse as valid python
@@ -29,7 +29,7 @@ repos:
29
- id: blacken-docs #blacken-docs is a pre-commit hook that runs to check for issues in the docs
30
additional_dependencies: [black]
31
- repo: https://github.com/pycqa/isort
32
- rev: 5.10.1
+ rev: 5.12.0
33
34
- id: isort #isort is a pre-commit hook that runs to check for issues in imports and docstrings
35
args: ["--profile", "black", "--filter-files"]
0 commit comments