Skip to content

Commit d7154af

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.14.2](astral-sh/ruff-pre-commit@v0.12.8...v0.14.2) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
1 parent c95e3e2 commit d7154af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ default_stages:
77
minimum_pre_commit_version: 2.9.3
88
repos:
99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.17.1
10+
rev: v1.18.2
1111
hooks:
1212
- id: mypy
1313
additional_dependencies: [numpy>=1.23]
1414
exclude: docs
15-
- repo: https://github.com/psf/black
16-
rev: 25.1.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.9.0
1717
hooks:
1818
- id: black
1919
additional_dependencies: [toml]
@@ -45,15 +45,15 @@ repos:
4545
- id: check-toml
4646
- id: requirements-txt-fixer
4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: 1.19.1
48+
rev: 1.20.0
4949
hooks:
5050
- id: blacken-docs
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.12.8
52+
rev: v0.14.2
5353
hooks:
5454
- id: ruff
5555
args: [--fix, --exit-non-zero-on-fix]
5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.20.0
57+
rev: v3.21.0
5858
hooks:
5959
- id: pyupgrade

0 commit comments

Comments
 (0)