Skip to content

Commit eb46be1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - 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/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/PyCQA/isort: 6.0.1 → 9.0.0a3](PyCQA/isort@6.0.1...9.0.0a3) - [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/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51)
1 parent b037a23 commit eb46be1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ ci:
55
repos:
66

77
- repo: https://github.com/asottile/pyupgrade
8-
rev: "v3.20.0"
8+
rev: "v3.21.2"
99
hooks:
1010
- id: pyupgrade
1111
args: ["--py37-plus", "--keep-runtime-typing"]
1212

13-
- repo: https://github.com/psf/black
14-
rev: "25.1.0"
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: "26.3.1"
1515
hooks:
1616
- id: black
1717

1818
- repo: https://github.com/PyCQA/autoflake
19-
rev: "v2.3.1"
19+
rev: "v2.3.3"
2020
hooks:
2121
- id: autoflake
2222
args:
@@ -61,13 +61,13 @@ repos:
6161
pass_filenames: false
6262

6363
- repo: https://github.com/PyCQA/isort
64-
rev: "6.0.1"
64+
rev: "9.0.0a3"
6565
hooks:
6666
- id: isort
6767
args: ["--filter-files"]
6868

6969
- repo: https://github.com/pre-commit/pre-commit-hooks
70-
rev: "v5.0.0"
70+
rev: "v6.0.0"
7171
hooks:
7272
- id: check-ast
7373
- id: check-builtin-literals
@@ -109,6 +109,6 @@ repos:
109109
- id: text-unicode-replacement-char
110110

111111
- repo: https://github.com/mgedmin/check-manifest
112-
rev: "0.50"
112+
rev: "0.51"
113113
hooks:
114114
- id: check-manifest

0 commit comments

Comments
 (0)