Skip to content

Commit f9a473c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - 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/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.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/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51)
1 parent ddb1281 commit f9a473c

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
@@ -5,13 +5,13 @@ ci:
55
repos:
66

77
- repo: https://github.com/asottile/pyupgrade
8-
rev: "v3.20.0"
8+
rev: "v3.21.0"
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: "25.9.0"
1515
hooks:
1616
- id: black
1717

@@ -27,7 +27,7 @@ repos:
2727
- --remove-unused-variables
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: "7.2.0"
30+
rev: "7.3.0"
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
@@ -61,13 +61,13 @@ repos:
6161
pass_filenames: false
6262

6363
- repo: https://github.com/PyCQA/isort
64-
rev: "6.0.1"
64+
rev: "7.0.0"
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)