Skip to content

Commit 8b54937

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/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
1 parent 75e77ba commit 8b54937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ repos:
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: 24.4.2
14+
rev: 24.8.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.16.0
18+
rev: v3.17.0
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py38-plus]
2222
- repo: https://github.com/pycqa/flake8
23-
rev: 7.1.0
23+
rev: 7.1.1
2424
hooks:
2525
- id: flake8
2626
exclude: ^(tests/|docs/|setup.py)

0 commit comments

Comments
 (0)