Skip to content

Commit a13701b

Browse files
committed
fix other linter stuff
1 parent 8a0d980 commit a13701b

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.pylintrc-wip

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,33 +60,21 @@ confidence=
6060
# --enable=similarities". If you want to run only the classes checker, but have
6161
# no Warning level messages displayed, use "--disable=all --enable=classes
6262
# --disable=W".
63-
disable=blacklisted-name,
64-
invalid-name,
63+
disable=invalid-name,
6564
missing-docstring,
6665
empty-docstring,
67-
single-string-used-for-slots,
6866
line-too-long,
6967
too-many-lines,
7068
bad-whitespace,
71-
mixed-line-endings,
72-
unexpected-line-ending-format,
7369
bad-continuation,
74-
multiple-imports,
7570
wrong-import-order,
7671
ungrouped-imports,
7772
wrong-import-position,
78-
method-hidden,
79-
misplaced-bare-raise,
8073
too-many-function-args,
81-
print-statement,
82-
import-star-module-level,
8374
locally-disabled,
84-
no-self-use,
85-
too-many-ancestors,
8675
too-many-instance-attributes,
8776
too-few-public-methods,
8877
too-many-public-methods,
89-
too-many-return-statements,
9078
too-many-branches,
9179
too-many-arguments,
9280
too-many-locals,
@@ -97,12 +85,6 @@ disable=blacklisted-name,
9785
wildcard-import,
9886
fixme,
9987
broad-except,
100-
bad-format-string,
101-
unused-format-string-argument,
102-
no-absolute-import,
103-
dict-iter-method,
104-
oct-method,
105-
hex-method,
10688
redefined-builtin,
10789
no-else-return,
10890
redefined-argument-from-local,

0 commit comments

Comments
 (0)