We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9285d commit 1ee1d08Copy full SHA for 1ee1d08
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v6.0.0
6
hooks:
7
- id: check-merge-conflict
8
- id: requirements-txt-fixer
@@ -14,7 +14,7 @@ repos:
14
- id: check-added-large-files
15
- id: debug-statements
16
- repo: https://github.com/pycqa/isort
17
- rev: "5.12.0"
+ rev: "7.0.0"
18
19
- id: isort
20
args: ["--profile", "black"]
0 commit comments