mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
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.
8 lines
311 B
Bash
Executable File
8 lines
311 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./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
|