Skip to content

Commit ac8b0c0

Browse files
[pre-commit.ci] pre-commit autoupdate (#125)
updates: - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 521ab73 commit ac8b0c0

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
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/pycqa/isort
19-
rev: 6.1.0
19+
rev: 7.0.0
2020
hooks:
2121
- id: isort
2222
name: isort (python)
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.20.0
28+
rev: v3.21.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py39-plus]

0 commit comments

Comments
 (0)