Skip to content

Commit fef8e18

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 03b78a4 commit fef8e18

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
@@ -13,7 +13,7 @@ exclude: 'versioneer\.py|_version\.py'
1313
repos:
1414
# Autoformat: Python code, syntax patterns are modernized
1515
- repo: https://github.com/asottile/pyupgrade
16-
rev: v3.20.0
16+
rev: v3.21.0
1717
hooks:
1818
- id: pyupgrade
1919
args:
@@ -30,7 +30,7 @@ repos:
3030

3131
# Autoformat: Python code
3232
- repo: https://github.com/pycqa/isort
33-
rev: 6.1.0
33+
rev: 7.0.0
3434
hooks:
3535
- id: isort
3636

0 commit comments

Comments
 (0)