Skip to content

Commit 0974e35

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

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
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: pyupgrade
2121
- repo: https://github.com/psf/black
22-
rev: 24.4.2
22+
rev: 24.8.0
2323
hooks:
2424
- id: black
2525
args: [--safe, --quiet]
@@ -31,7 +31,7 @@ repos:
3131
additional_dependencies: [black==23.1.0]
3232
language_version: python3
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.1.0
34+
rev: 7.1.1
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)