Skip to content

Commit 6b8e530

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)
1 parent b1b6f9f commit 6b8e530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ repos:
1414
- id: flake8
1515
args: ["--max-line-length", "110"]
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 6.1.0
17+
rev: 7.0.0
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.20.0
21+
rev: v3.21.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py310-plus]

0 commit comments

Comments
 (0)