Skip to content

Commit 9bf29bb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.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.4](tox-dev/pyproject-fmt@2.1.3...2.2.4)
1 parent 69cd028 commit 9bf29bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -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.10.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.4
5353
hooks:
5454
- id: pyproject-fmt
5555

0 commit comments

Comments
 (0)