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 3115240 commit 6fabae5Copy full SHA for 6fabae5
1 file changed
.pre-commit-config.yaml
@@ -60,7 +60,7 @@ repos:
60
- flake8-no-implicit-concat==0.3.4
61
- flake8-requirements==1.7.8
62
- repo: https://github.com/PyCQA/isort
63
- rev: '6.1.0'
+ rev: '7.0.0'
64
hooks:
65
- id: isort
66
- repo: https://github.com/psf/black-pre-commit-mirror
@@ -99,7 +99,7 @@ repos:
99
- id: detect-private-key
100
exclude: ^examples/
101
- repo: https://github.com/asottile/pyupgrade
102
- rev: 'v3.20.0'
+ rev: 'v3.21.0'
103
104
- id: pyupgrade
105
args: ['--py37-plus']
0 commit comments