mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 04:04:25 +08:00
Enable flake8-pyi plugin to automatically include *.pyi files
This simplifies running flake8 tests and reduces the amount of F821 errors reported (flake8-pyi enables support for forward references in *.pyi files). The error code is left disabled until I clean up the remaining issues.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mypy-lang>=0.4.6
|
||||
typed-ast>=0.6.1
|
||||
flake8>=3.2.1
|
||||
flake8==3.2.1
|
||||
flake8-bugbear>=16.12.2
|
||||
flake8-pyi>=16.12.0
|
||||
|
||||
Reference in New Issue
Block a user