Skip to content

Commit 4b01f0a

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) - [github.com/tox-dev/pyproject-fmt: 2.1.3 → 2.2.1](tox-dev/pyproject-fmt@2.1.3...2.2.1)
1 parent 69cd028 commit 4b01f0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: double-quote-string-fixer
1414

1515
- repo: https://github.com/psf/black
16-
rev: 24.4.2
16+
rev: 24.8.0
1717
hooks:
1818
- id: black
1919

@@ -23,7 +23,7 @@ repos:
2323
- id: blackdoc
2424

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.1.0
26+
rev: 7.1.1
2727
hooks:
2828
- id: flake8
2929
- repo: https://github.com/PyCQA/isort
@@ -49,7 +49,7 @@ repos:
4949
]
5050

5151
- repo: https://github.com/tox-dev/pyproject-fmt
52-
rev: 2.1.3
52+
rev: 2.2.1
5353
hooks:
5454
- id: pyproject-fmt
5555

0 commit comments

Comments
 (0)