Skip to content

Commit 044f6a7

Browse files
pre-commit-ci[bot]MTSOnGithub
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [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) - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0)
1 parent c98f34b commit 044f6a7

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
@@ -54,13 +54,13 @@ repos:
5454
- --no-extra-eol
5555

5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.20.0
57+
rev: v3.21.0
5858
hooks:
5959
- id: pyupgrade
6060
args: [--py311-plus, --keep-runtime-typing]
6161

6262
- repo: https://github.com/asottile/add-trailing-comma
63-
rev: v3.2.0
63+
rev: v4.0.0
6464
hooks:
6565
- id: add-trailing-comma
6666

@@ -90,7 +90,7 @@ repos:
9090
require_serial: true
9191

9292
- repo: https://github.com/pycqa/isort
93-
rev: 6.1.0
93+
rev: 7.0.0
9494
hooks:
9595
- id: isort
9696
name: isort (python)

0 commit comments

Comments
 (0)