Skip to content

Commit 83331b7

Browse files
committed
pycodestyle: ignore import order for plot_waves hack
1 parent a398ac0 commit 83331b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[pycodestyle]
22
max-line-length = 100
33
exclude = venv,__pycache__,node_modules
4+
ignore = E402
45
[pytest]
56
addopts = --doctest-modules -v --cov-report term-missing --cov .
67
norecursedirs = data venv __pycache__ node_modules

0 commit comments

Comments
 (0)