Skip to content

Commit b7fe0cc

Browse files
[pre-commit.ci] pre-commit autoupdate (#973)
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/pre-commit/mirrors-eslint: v9.39.0 → v9.39.1](pre-commit/mirrors-eslint@v9.39.0...v9.39.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 619decc commit b7fe0cc

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
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 25.9.0
3+
rev: 25.11.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.11.0"
9+
rev: "v2.11.1"
1010
hooks:
1111
- id: pyproject-fmt
1212
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
@@ -45,13 +45,13 @@ repos:
4545
args: ["--application-directories=.:src:testing", --py3-plus]
4646

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.21.0
48+
rev: v3.21.1
4949
hooks:
5050
- id: pyupgrade
5151
args: [--py39-plus]
5252

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

0 commit comments

Comments
 (0)