mirror of https://github.com/pyodide/pyodide.git
Simplify make lint
This commit is contained in:
parent
c504180fc4
commit
1865046a1f
3
Makefile
3
Makefile
|
@ -118,8 +118,7 @@ test: all
|
|||
|
||||
|
||||
lint:
|
||||
flake8 src test tools pyodide_build benchmark/benchmark.py benchmark/plot_benchmark.py \
|
||||
benchmark/benchmarks/
|
||||
flake8 src test tools pyodide_build benchmark
|
||||
clang-format -output-replacements-xml src/*.c src/*.h src/*.js | (! grep '<replacement ')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue