Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Jun 13, 2023
1 parent 45ac79b commit 3a9291e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ commands =
{[testenv:black_check]commands}
yamllint -s {toxinidir}
flake8 {toxinidir}

[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,E203,E402,E501,E741,F401,F811,F841,W503
max-line-length = 160
builtins = _

0 comments on commit 3a9291e

Please sign in to comment.