mirror of https://github.com/pyodide/pyodide.git
Add pyodide_build to flake8
This commit is contained in:
parent
6536e5a07c
commit
8412fa2679
2
Makefile
2
Makefile
|
@ -118,7 +118,7 @@ test: all
|
|||
|
||||
|
||||
lint:
|
||||
flake8 src test tools benchmark/benchmark.py benchmark/plot_benchmark.py
|
||||
flake8 src test tools pyodide_build benchmark/benchmark.py benchmark/plot_benchmark.py
|
||||
clang-format -output-replacements-xml src/*.c src/*.h src/*.js | (! grep '<replacement ')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue