Skip to content

Commit 6ebdf5c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.0 → 24.8.0](psf/black@24.4.0...24.8.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent de91af7 commit 6ebdf5c

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
@@ -20,7 +20,7 @@ repos:
2020
exclude: ^docs/.*|.*.md
2121

2222
- repo: https://github.com/psf/black
23-
rev: 24.4.0
23+
rev: 24.8.0
2424
hooks:
2525
- id: black
2626
language_version: python3
@@ -32,6 +32,6 @@ repos:
3232
args: ["-d", "relaxed"]
3333

3434
- repo: https://github.com/pycqa/flake8
35-
rev: 7.0.0
35+
rev: 7.1.1
3636
hooks:
3737
- id: flake8

0 commit comments

Comments
 (0)