Skip to content

Commit 1ee1d08

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/pycqa/isort: 5.12.0 → 7.0.0](PyCQA/isort@5.12.0...7.0.0)
1 parent 6c9285d commit 1ee1d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-merge-conflict
88
- id: requirements-txt-fixer
@@ -14,7 +14,7 @@ repos:
1414
- id: check-added-large-files
1515
- id: debug-statements
1616
- repo: https://github.com/pycqa/isort
17-
rev: "5.12.0"
17+
rev: "7.0.0"
1818
hooks:
1919
- id: isort
2020
args: ["--profile", "black"]

0 commit comments

Comments
 (0)