Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Dec 2, 2021
1 parent 38b0d05 commit 996698f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = lint,pytest
[testenv:lint]
deps = pylama
skip_install = true
commands = pylama quantiphy.py --ignore E501,C901,E116,E251,E203
commands = pylama quantiphy.py --ignore E226,E501,C901,E116,E251,E203


# Test environment
Expand Down

0 comments on commit 996698f

Please sign in to comment.