mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-06-22 10:43:41 +02:00
Minor cleanups (#116)
* docker_test.sh: fix shellcheck warnings * docker_test.sh: unify style No changes in functionality. * docker_test.sh: whitespace fixes * stop mixing tabs and spaces * remove trailing whitespace * invoke bash using /usr/bin/env * build_windows_executable.sh: fix variable assignment * update_windows_man_page.sh: unify style No changes in functionality. * whitespace fixes * stop mixing tabs and spaces * remove trailing whitespace * fix spelling * remove trailing whitespace
This commit is contained in:
6
tox.ini
6
tox.ini
@ -1,12 +1,12 @@
|
||||
[tox]
|
||||
envlist =
|
||||
envlist =
|
||||
py{py3}-{test,pylint,flake8,vulture}
|
||||
py{36,37,38,39}-{test,mypy,pylint,flake8,vulture}
|
||||
cov
|
||||
skip_missing_interpreters = true
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
deps =
|
||||
test: pytest<6.0
|
||||
test,cov: {[testenv:cov]deps}
|
||||
test,py{36,37,38,39}-{type,mypy}: colorama
|
||||
@ -90,7 +90,7 @@ commands =
|
||||
reports = no
|
||||
#output-format = colorized
|
||||
indent-string = " "
|
||||
disable =
|
||||
disable =
|
||||
bad-continuation,
|
||||
broad-except,
|
||||
duplicate-code,
|
||||
|
Reference in New Issue
Block a user