Skip to content

Commit 2f014b2

Browse files
[pre-commit.ci] pre-commit autoupdate (#829)
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 1661803 commit 2f014b2

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 @@ repos:
1313
hooks:
1414
- id: yesqa
1515
- repo: https://github.com/pycqa/isort
16-
rev: '6.1.0'
16+
rev: '7.0.0'
1717
hooks:
1818
- id: isort
1919
args: ['--profile', 'black']
@@ -47,7 +47,7 @@ repos:
4747
- id: detect-private-key
4848
exclude: ^examples|(?:tests/ssl)/
4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: 'v3.20.0'
50+
rev: 'v3.21.0'
5151
hooks:
5252
- id: pyupgrade
5353
args: ['--keep-mock']

0 commit comments

Comments
 (0)