Skip to content

Commit

Permalink
Disable pylint similarities checker
Browse files Browse the repository at this point in the history
Because they don't ignore raw docstrings. See pylint-dev/pylint#2829.
  • Loading branch information
kimt33 committed Apr 12, 2019
1 parent f2abbcb commit 4480cf3
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 @@ -74,7 +74,7 @@ skip_install = true
deps =
pylint
commands =
pylint wfns/ --rcfile=tox.ini
pylint wfns/ --rcfile=tox.ini --disable=similarities

[testenv:bandit]
basepython = python3
Expand Down

0 comments on commit 4480cf3

Please sign in to comment.