Skip to content

Commit

Permalink
Set maxlength
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Oct 11, 2022
1 parent f6b9869 commit 032104c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ commands = bash -c "nosetests -v test/unit/*.py test/unit/connectors/*.py -v --s

[testenv:bandit]
commands = bandit IM -r -f html -o bandit.html -s B108,B601,B104 --severity-level medium

[flake8]
max-line-length = 120

0 comments on commit 032104c

Please sign in to comment.