Skip to content

Commit

Permalink
Ignore lint complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed May 9, 2022
1 parent 7141e90 commit b1aca96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -6,7 +6,7 @@ envlist = lint,pytest
deps = pylama
skip_install = true
commands =
pylama --ignore C901,E116,E124,E128,E131,E203,E226,E231,E251,E501,E731,E741,W0611 avendesora
pylama --ignore C901,E116,E124,E128,E131,E203,E222,E226,E231,E251,E501,E731,E741,W0611 avendesora

# Test environment
[testenv]
Expand Down

0 comments on commit b1aca96

Please sign in to comment.