Skip to content

Commit b2cf0d5

Browse files
[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/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0)
1 parent 56b562c commit b2cf0d5

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,7 +14,7 @@ exclude: "(.*/)?secrets/.*"
1414
repos:
1515
# Autoformat: Python code, syntax patterns are modernized
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.20.0
17+
rev: v3.21.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
@@ -34,7 +34,7 @@ repos:
3434

3535
# Autoformat: Python code
3636
- repo: https://github.com/pycqa/isort
37-
rev: 6.1.0
37+
rev: 7.0.0
3838
hooks:
3939
- id: isort
4040
args:

0 commit comments

Comments
 (0)