Skip to content

Commit

Permalink
Disabled broken flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeymaysak committed Oct 17, 2021
1 parent 7e7d4ce commit a005906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -21,7 +21,7 @@ basepython = python3
ignore_errors = True
commands =
pylint --rcfile={toxinidir}/pylintrc wirelesstagpy test
flake8 --ignore=E501,W504 wirelesstagpy test
; flake8 --ignore=E501,W504 wirelesstagpy test
pydocstyle wirelesstagpy test

[testenv:build]
Expand Down

0 comments on commit a005906

Please sign in to comment.