Skip to content

Commit 8134351

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0)
1 parent dccabb9 commit 8134351

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
hooks:
99
- id: yesqa
1010
- repo: https://github.com/PyCQA/isort
11-
rev: '6.0.0'
11+
rev: '6.0.1'
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
@@ -46,7 +46,7 @@ repos:
4646
- id: detect-private-key
4747
exclude: ^examples/
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: '7.1.2'
49+
rev: '7.2.0'
5050
hooks:
5151
- id: flake8
5252
exclude: "^docs/"

0 commit comments

Comments
 (0)