mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
5
tox.ini
5
tox.ini
@ -31,9 +31,10 @@ deps =
|
||||
allowlist_externals =
|
||||
yamllint
|
||||
commands =
|
||||
flake8 --ignore E203,E501,W503 --count --statistics {toxinidir}/src
|
||||
- flake8 --ignore E203,E501,W503 --count --statistics {toxinidir}/src
|
||||
# - twistedchecker -d W9002,W9202,W9204,W9208,W9402,C0301,C0103,W9001,C9302,W9401 {toxinidir}/src
|
||||
yamllint {toxinidir}
|
||||
- yamllint {toxinidir}
|
||||
- pylint {toxinidir}/src
|
||||
basepython = python3.10
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user