Skip to content

Commit ecee964

Browse files
pre-commitgithub-actions[bot]
pre-commit
authored andcommitted
pre-commit: Autoupdate
1 parent 1200509 commit ecee964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
repos:
55
- repo: https://github.com/pycqa/isort
6-
rev: 6.0.0
6+
rev: 6.0.1
77
hooks:
88
- id: isort
99
name: isort (python)
@@ -16,7 +16,7 @@ repos:
1616
args: [-i]
1717
types: [python]
1818
- repo: https://github.com/pycqa/flake8
19-
rev: 7.1.1
19+
rev: 7.2.0
2020
hooks:
2121
- id: flake8
2222
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)