Skip to content

Commit 8e06a69

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 fb31adc commit 8e06a69

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
@@ -27,7 +27,7 @@ repos:
2727
types: [text]
2828
exclude: ^(.pre-commit-config.yaml|.github/workflows/test.yml)$
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 7.1.1
30+
rev: 7.2.0
3131
hooks:
3232
- id: flake8
3333
args: [-j8]
@@ -51,7 +51,7 @@ repos:
5151
args: [-i]
5252
additional_dependencies: [toml]
5353
- repo: https://github.com/PyCQA/isort
54-
rev: 6.0.0
54+
rev: 6.0.1
5555
hooks:
5656
- id: isort
5757
ci:

0 commit comments

Comments
 (0)