Skip to content

Commit 7ae427d

Browse files
committed
fixup! pre-commit: update pyflakes for type comments
1 parent 07fe56b commit 7ae427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
flake8-typing-imports==1.3.0,
3030
# To handle PEP 484 type comments with following text.
3131
# (https://github.com/PyCQA/pyflakes/pull/455)
32-
git+https://github.com/PyCQA/pyflakes.git@1911c20#egg=pyflakes,
32+
'git+https://github.com/PyCQA/pyflakes.git@1911c20#egg=pyflakes',
3333
]
3434
- repo: https://github.com/asottile/reorder_python_imports
3535
rev: v1.4.0

0 commit comments

Comments
 (0)