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 dcb94d8 commit 0a6919fCopy full SHA for 0a6919f
.pre-commit-config.yaml
@@ -25,7 +25,12 @@ repos:
25
hooks:
26
- id: flake8
27
language_version: python3
28
- additional_dependencies: [flake8-typing-imports==1.3.0]
+ additional_dependencies: [
29
+ flake8-typing-imports==1.3.0,
30
+ # To handle PEP 484 type comments with following text.
31
+ # (https://github.com/PyCQA/pyflakes/pull/455)
32
+ 'git+https://github.com/PyCQA/pyflakes.git@1911c20#egg=pyflakes',
33
+ ]
34
- repo: https://github.com/asottile/reorder_python_imports
35
rev: v1.4.0
36
0 commit comments