Skip to content

Commit 5531317

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent f1fd127 commit 5531317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: yesqa
1010
- repo: https://github.com/PyCQA/isort
11-
rev: '6.0.0'
11+
rev: '6.0.1'
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
@@ -46,12 +46,12 @@ repos:
4646
- id: detect-private-key
4747
exclude: ^examples/
4848
- repo: https://github.com/PyCQA/flake8
49-
rev: '7.1.2'
49+
rev: '7.3.0'
5050
hooks:
5151
- id: flake8
5252
exclude: "^docs/"
5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: 'v3.19.1'
54+
rev: 'v3.20.0'
5555
hooks:
5656
- id: pyupgrade
5757
args: ['--py36-plus']

0 commit comments

Comments
 (0)