Skip to content

Commit 4480cf3

Browse files
committed
Disable pylint similarities checker
Because they don't ignore raw docstrings. See pylint-dev/pylint#2829.
1 parent f2abbcb commit 4480cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ skip_install = true
7474
deps =
7575
pylint
7676
commands =
77-
pylint wfns/ --rcfile=tox.ini
77+
pylint wfns/ --rcfile=tox.ini --disable=similarities
7878

7979
[testenv:bandit]
8080
basepython = python3

0 commit comments

Comments
 (0)