Skip to content

Commit 078c6c8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0) - [github.com/pre-commit/mirrors-eslint: v9.36.0 → v9.37.0](pre-commit/mirrors-eslint@v9.36.0...v9.37.0)
1 parent c677e2d commit 078c6c8

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
@@ -1,12 +1,12 @@
11
repos:
2-
- repo: https://github.com/psf/black
2+
- repo: https://github.com/psf/black-pre-commit-mirror
33
rev: 25.9.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet, --line-length=88]
77

88
- repo: https://github.com/tox-dev/pyproject-fmt
9-
rev: "v2.6.0"
9+
rev: "v2.7.0"
1010
hooks:
1111
- id: pyproject-fmt
1212
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
@@ -51,7 +51,7 @@ repos:
5151
args: [--py39-plus]
5252

5353
- repo: https://github.com/pre-commit/mirrors-eslint
54-
rev: v9.36.0
54+
rev: v9.37.0
5555
hooks:
5656
- id: eslint
5757
additional_dependencies:

0 commit comments

Comments
 (0)