Skip to content

Commit f11aef1

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

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/setup-cfg-fmt
3-
rev: v2.8.0
3+
rev: v3.1.0
44
hooks:
55
- id: setup-cfg-fmt
66
args: [
@@ -18,7 +18,7 @@ repos:
1818
- id: check-executables-have-shebangs
1919
- id: check-yaml
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.20.0
21+
rev: v3.21.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
@@ -28,7 +28,7 @@ repos:
2828
- id: black-jupyter
2929

3030
- repo: https://github.com/PyCQA/isort
31-
rev: 6.1.0
31+
rev: 7.0.0
3232
hooks:
3333
- id: isort
3434
name: isort (python)

0 commit comments

Comments
 (0)