Skip to content

Commit d51b927

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.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/pre-commit/pre-commit: v4.2.0 → v4.3.0](pre-commit/pre-commit@v4.2.0...v4.3.0)
1 parent 6b9a7bc commit d51b927

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -18,7 +18,7 @@ repos:
1818
- id: check-docstring-first
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.19.1
21+
rev: v3.20.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
@@ -31,7 +31,7 @@ repos:
3131
args: [--all]
3232

3333
- repo: https://github.com/pycqa/isort
34-
rev: 6.0.1
34+
rev: 6.1.0
3535
hooks:
3636
- id: isort
3737
name: "isort (python)"
@@ -47,17 +47,17 @@ repos:
4747
types: [pyi]
4848
args: [--lines-after-imports, "-1"]
4949

50-
- repo: https://github.com/psf/black
51-
rev: 25.1.0
50+
- repo: https://github.com/psf/black-pre-commit-mirror
51+
rev: 25.9.0
5252
hooks:
5353
- id: black
5454

5555
- repo: https://github.com/pycqa/flake8
56-
rev: 7.2.0
56+
rev: 7.3.0
5757
hooks:
5858
- id: flake8
5959

6060
- repo: https://github.com/pre-commit/pre-commit
61-
rev: v4.2.0
61+
rev: v4.3.0
6262
hooks:
6363
- id: validate_manifest

0 commit comments

Comments
 (0)