Skip to content

Commit 0033117

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 fafea42 commit 0033117

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
@@ -20,7 +20,7 @@ repos:
2020
- id: blackdoc
2121

2222
- repo: https://github.com/PyCQA/flake8
23-
rev: 7.1.1
23+
rev: 7.1.2
2424
hooks:
2525
- id: flake8
2626

@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: seed-isort-config
3131
- repo: https://github.com/PyCQA/isort
32-
rev: 6.0.0
32+
rev: 6.0.1
3333
hooks:
3434
- id: isort
3535

0 commit comments

Comments
 (0)