Skip to content

Commit 3740000

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 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [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 → 8.0.1](PyCQA/isort@6.0.1...8.0.1) - [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/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2)
1 parent 7bfc943 commit 3740000

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
@@ -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: 26.3.1
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: 8.0.1
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
@@ -46,7 +46,7 @@ repos:
4646
- id: trailing-whitespace
4747
- id: check-case-conflict
4848
- repo: https://github.com/PyCQA/autoflake
49-
rev: v2.3.1
49+
rev: v2.3.3
5050
hooks:
5151
- id: autoflake
5252
args:
@@ -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)