Skip to content
Snippets Groups Projects
tox.ini 218 B
Newer Older
envlist = py39, py310, flake8

[testenv:flake8]
basepython = python
deps = flake8
Maeva Pourpoint's avatar
Maeva Pourpoint committed
commands = flake8 --ignore=F403,F405,F821,F841,W503,W504 ckMseed