mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-22 09:38:50 +08:00
Introduce flake8 configuration.
This is currently disabled due to the high number of errors that need fixing. I'll be committing fixes for them and updating the numbers in .flake8 until we can enable linting for all files by default.
This commit is contained in:
@@ -2,3 +2,6 @@
|
||||
|
||||
./tests/mypy_test.py
|
||||
./tests/pytype_test.py
|
||||
|
||||
# FIXME: Enable when errors listed in `.flake8` are fixed in all stub files.
|
||||
# find . -name "*.pyi" | xargs -s 1024 flake8 --builtins=StandardError,apply,basestring,buffer,cmp,coerce,execfile,file,intern,long,raw_input,reduce,reload,unichr,unicode,xrange
|
||||
|
||||
Reference in New Issue
Block a user