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 bbffcb9 commit 2c05a77Copy full SHA for 2c05a77
.pre-commit-config.yaml
@@ -20,11 +20,9 @@ repos:
20
types: [text]
21
args: [--append-config=flake8/cython-template.cfg]
22
- repo: https://github.com/PyCQA/isort
23
- rev: 5.6.4
+ rev: 5.7.0
24
hooks:
25
- id: isort
26
- types: [text] # overwrite upstream `types: [python]`
27
- types_or: [python, cython]
28
- repo: https://github.com/asottile/pyupgrade
29
rev: v2.7.4
30
0 commit comments