Skip to content

Commit 178cb6f

Browse files
ci(pre-commit): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [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/astral-sh/ruff-pre-commit: v0.11.2 → v0.14.0](astral-sh/ruff-pre-commit@v0.11.2...v0.14.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.0](asottile/pyupgrade@v3.19.1...v3.21.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2)
1 parent c6589a0 commit 178cb6f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ci:
1414
repos:
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-added-large-files
2020
- id: check-case-conflict
@@ -26,7 +26,7 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/psf/black-pre-commit-mirror
29-
rev: 25.1.0
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
language_version: python3
@@ -37,18 +37,18 @@ repos:
3737
- --target-version=py312
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.11.2
40+
rev: v0.14.0
4141
hooks:
4242
- id: ruff
4343

4444
- repo: https://github.com/PyCQA/isort
45-
rev: 6.0.1
45+
rev: 7.0.0
4646
hooks:
4747
- id: isort
4848
language_version: python3
4949

5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: v3.19.1
51+
rev: v3.21.0
5252
hooks:
5353
- id: pyupgrade
5454
args:
@@ -65,14 +65,14 @@ repos:
6565
- id: yesqa
6666

6767
- repo: https://github.com/adamchainz/blacken-docs
68-
rev: 1.19.1
68+
rev: 1.20.0
6969
hooks:
7070
- id: blacken-docs
7171
additional_dependencies:
7272
- black
7373

7474
- repo: https://github.com/pre-commit/mirrors-mypy
75-
rev: v1.15.0
75+
rev: v1.18.2
7676
hooks:
7777
- id: mypy
7878
files: "src/"

0 commit comments

Comments
 (0)