File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ commands =
4242[testenv:pylint]
4343deps =
4444 {[testenv]deps}
45- pylint
45+ pylint ==2.14.2
4646commands =
4747 pylint conftest.py docs setup.py tests w3lib
4848
You can’t perform that action at this time.
0 commit comments