Skip to content

Commit fca5396

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 2d7913f commit fca5396

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
@@ -20,13 +20,13 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.20.0
23+
rev: v3.21.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py39-plus]
2727

2828
- repo: https://github.com/pycqa/isort
29-
rev: 6.1.0
29+
rev: 7.0.0
3030
hooks:
3131
- id: isort
3232

0 commit comments

Comments
 (0)