Skip to content

Commit 4f720d7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
1 parent cbfaf25 commit 4f720d7

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/flake8
3-
rev: 7.1.0
3+
rev: 7.1.1
44
hooks:
55
- id: flake8
66
additional_dependencies: ["flake8-eradicate"]
@@ -32,6 +32,6 @@ repos:
3232
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
3333

3434
- repo: https://github.com/psf/black
35-
rev: 24.4.2
35+
rev: 24.8.0
3636
hooks:
3737
- id: black

0 commit comments

Comments
 (0)