Skip to content

Commit 7cbae0c

Browse files
pre-commit-ci[bot]MTSOnGithub
authored andcommitted
[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 2d8b7e5 commit 7cbae0c

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
@@ -56,7 +56,7 @@ repos:
5656
args: [--autofix, --indent, '2', --offset, '2']
5757

5858
- repo: https://github.com/pycqa/isort
59-
rev: 6.1.0
59+
rev: 7.0.0
6060
hooks:
6161
- id: isort
6262

@@ -71,13 +71,13 @@ repos:
7171
- id: text-unicode-replacement-char
7272

7373
- repo: https://github.com/asottile/pyupgrade
74-
rev: v3.20.0
74+
rev: v3.21.0
7575
hooks:
7676
- id: pyupgrade
7777
args: [--py37-plus, --keep-runtime-typing]
7878

7979
- repo: https://github.com/asottile/add-trailing-comma
80-
rev: v3.2.0
80+
rev: v4.0.0
8181
hooks:
8282
- id: add-trailing-comma
8383

0 commit comments

Comments
 (0)