mirror of https://github.com/pyodide/pyodide.git
Lint all the things
This commit is contained in:
parent
27d135e61d
commit
6536e5a07c
4
Makefile
4
Makefile
|
@ -118,9 +118,7 @@ test: all
|
|||
|
||||
|
||||
lint:
|
||||
flake8 src
|
||||
flake8 test
|
||||
flake8 tools/*
|
||||
flake8 src test tools benchmark/benchmark.py benchmark/plot_benchmark.py
|
||||
clang-format -output-replacements-xml src/*.c src/*.h src/*.js | (! grep '<replacement ')
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import sys
|
|||
sys.path.insert(
|
||||
0, str((Path(__file__).resolve().parents[1] / 'test')))
|
||||
|
||||
import conftest
|
||||
import conftest # noqa
|
||||
|
||||
|
||||
SKIP = set(['fft', 'hyantes'])
|
||||
|
|
Loading…
Reference in New Issue