Skip to content

Commit c5c5f8d

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.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/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.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)
1 parent 5787208 commit c5c5f8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.9.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: 6.1.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

0 commit comments

Comments
 (0)