Skip to content

Commit 2c3fa5e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/asottile/setup-cfg-fmt: v2.8.0 → v3.1.0](asottile/setup-cfg-fmt@v2.8.0...v3.1.0)
1 parent eded937 commit 2c3fa5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/PyCQA/isort
11-
rev: 6.1.0
11+
rev: 7.0.0
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black-pre-commit-mirror
1515
rev: 25.9.0
1616
hooks:
1717
- id: black
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.20.0
19+
rev: v3.21.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py39-plus]
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: gitlint
3232
- repo: https://github.com/asottile/setup-cfg-fmt
33-
rev: v2.8.0
33+
rev: v3.1.0
3434
hooks:
3535
- id: setup-cfg-fmt
3636
args: [--min-py-version, '3.9']

0 commit comments

Comments
 (0)