Skip to content

Commit 47b4f4e

Browse files
pre-commit-ci[bot]auvipy
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/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0)
1 parent 7a72f59 commit 47b4f4e

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
@@ -24,6 +24,6 @@ repos:
2424
- id: mixed-line-ending
2525

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

0 commit comments

Comments
 (0)