Skip to content

Commit 19a23b5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - [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/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2)
1 parent 461165f commit 19a23b5

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,8 +7,8 @@ default_stages:
77
- pre-push
88
minimum_pre_commit_version: 2.16.0
99
repos:
10-
- repo: https://github.com/psf/black
11-
rev: 25.1.0
10+
- repo: https://github.com/psf/black-pre-commit-mirror
11+
rev: 25.11.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -17,11 +17,11 @@ repos:
1717
- id: prettier
1818
exclude: '.*\.py$ |.*\.toml$'
1919
- repo: https://github.com/asottile/blacken-docs
20-
rev: 1.19.1
20+
rev: 1.20.0
2121
hooks:
2222
- id: blacken-docs
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 6.0.1
24+
rev: 7.0.0
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/asottile/yesqa
@@ -36,7 +36,7 @@ repos:
3636
- flake8-bugbear
3737
- flake8-blind-except
3838
- repo: https://github.com/pre-commit/pre-commit-hooks
39-
rev: v5.0.0
39+
rev: v6.0.0
4040
hooks:
4141
- id: detect-private-key
4242
- id: check-ast
@@ -66,7 +66,7 @@ repos:
6666
- flake8-bugbear
6767
- flake8-blind-except
6868
- repo: https://github.com/asottile/pyupgrade
69-
rev: v3.20.0
69+
rev: v3.21.2
7070
hooks:
7171
- id: pyupgrade
7272
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)