Commit 6536e5a0 authored by Michael Droettboom's avatar Michael Droettboom

Lint all the things

parent 27d135e6
......@@ -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'])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment