Skip to content

Commit dc770fe

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/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0)
1 parent 2401f32 commit dc770fe

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
@@ -21,7 +21,7 @@ repos:
2121
args: [--max-line-length=105, "--ignore=E203,W503"]
2222

2323
- repo: https://github.com/pycqa/isort
24-
rev: 6.1.0
24+
rev: 7.0.0
2525
hooks:
2626
- id: isort
2727
additional_dependencies: [toml]
@@ -46,13 +46,13 @@ repos:
4646
- --ignore-words-list=thex
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v3.20.0
49+
rev: v3.21.0
5050
hooks:
5151
- id: pyupgrade
5252
args:
5353
- --py36-plus
5454

5555
- repo: https://github.com/asottile/add-trailing-comma
56-
rev: v3.2.0
56+
rev: v4.0.0
5757
hooks:
5858
- id: add-trailing-comma

0 commit comments

Comments
 (0)