Skip to content

Commit 79b2688

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1)
1 parent 880b3ca commit 79b2688

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
@@ -21,11 +21,11 @@ repos:
2121
- id: pyupgrade
2222
args: ['--py36-plus']
2323
- repo: https://github.com/pycqa/flake8
24-
rev: 7.1.1
24+
rev: 7.1.2
2525
hooks:
2626
- id: flake8
2727
- repo: https://github.com/pycqa/isort
28-
rev: 6.0.0
28+
rev: 6.0.1
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)