Skip to content

Commit 21270f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent 8669efd commit 21270f9

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
@@ -8,7 +8,7 @@ repos:
88
- id: pretty-format-json
99
args: ["--autofix", "--no-sort-keys"]
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 7.1.1
11+
rev: 7.2.0
1212
hooks:
1313
- id: flake8
1414
types: [python]
@@ -21,7 +21,7 @@ repos:
2121
types: [python]
2222
language_version: python3
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 6.0.0
24+
rev: 6.0.1
2525
hooks:
2626
- id: isort
2727
types: [python]

0 commit comments

Comments
 (0)