We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfcb23 commit 91b98b9Copy full SHA for 91b98b9
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
hooks:
9
- id: yesqa
10
- repo: https://github.com/PyCQA/isort
11
- rev: '6.0.0'
+ rev: '6.0.1'
12
13
- id: isort
14
- repo: https://github.com/psf/black
@@ -46,12 +46,12 @@ repos:
46
- id: detect-private-key
47
exclude: ^examples/
48
- repo: https://github.com/PyCQA/flake8
49
- rev: '7.1.2'
+ rev: '7.2.0'
50
51
- id: flake8
52
exclude: "^docs/"
53
- repo: https://github.com/asottile/pyupgrade
54
- rev: 'v3.19.1'
+ rev: 'v3.20.0'
55
56
- id: pyupgrade
57
args: ['--py36-plus']
0 commit comments