Skip to content

Commit b66d4a0

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 cde404b commit b66d4a0

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
@@ -9,7 +9,7 @@ repos:
99
- id: check-ast
1010

1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.20.0
12+
rev: v3.21.0
1313
hooks:
1414
- id: pyupgrade
1515

@@ -24,7 +24,7 @@ repos:
2424
- id: black
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 6.1.0
27+
rev: 7.0.0
2828
hooks:
2929
- id: isort
3030
name: isort (python)

0 commit comments

Comments
 (0)