mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Ran both by Travis and locally. There's some setup required, README updated. A few important Flake8 checks are still disabled, we're going to enable them as soon as the stubs are fixed and we can reliably run Flake8 locally with Python 3.6.
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./tests/mypy_test.py
|
|
./tests/pytype_test.py
|
|
./tests/flake8_test.py
|