Skip to content

Commit a0a0b0d

Browse files
committed
Freeze pylint
1 parent 9757664 commit a0a0b0d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pylintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ disable=bad-continuation,
77
consider-using-in,
88
expression-not-assigned,
99
fixme,
10+
implicit-str-concat,
1011
import-error,
1112
import-outside-toplevel,
1213
inconsistent-return-statements,
@@ -31,8 +32,10 @@ disable=bad-continuation,
3132
trailing-newlines,
3233
trailing-whitespace,
3334
unidiomatic-typecheck,
35+
unnecessary-lambda-assignment,
3436
unreachable,
3537
unused-argument,
3638
unused-variable,
39+
useless-option-value,
3740
wrong-import-order,
3841
wrong-import-position

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ commands =
4242
[testenv:pylint]
4343
deps =
4444
{[testenv]deps}
45-
pylint
45+
pylint==2.14.2
4646
commands =
4747
pylint conftest.py docs setup.py tests w3lib
4848

0 commit comments

Comments
 (0)