Skip to content

Commit 87f045c

Browse files
committed
Fix pylint
1 parent acad6b8 commit 87f045c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ deps =
1818
{[testenv]deps}
1919
pylint==3.3.5
2020
commands =
21-
pylint {posargs: cssselect setup.py tests docs}
21+
pylint {posargs: cssselect tests docs}
2222

2323
[testenv:docs]
2424
changedir = docs

0 commit comments

Comments
 (0)