File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 14
14
# ATTENTION: This list should be extended with care, consider using NOLINT comments inside your
15
15
# python files instead, as the goal is actually to reduce the list of globally disabled checks.
16
16
#
17
- # TODO: What could be eliminated in future PRs: bad-continuation, invalid-name,
18
- # undefined-variable, unused-*, useless-object-inheritance.
17
+ # TODO: What could be eliminated in future PRs: invalid-name, pointless-string-statement, redefined-outer-name.
19
18
disable =
20
- bad-continuation,
21
19
bad-indentation,
22
20
bad-whitespace,
23
21
duplicate-code,
@@ -27,8 +25,7 @@ disable=
27
25
pointless-string-statement,
28
26
redefined-outer-name,
29
27
too-few-public-methods,
30
- too-many-public-methods,
31
- ungrouped-imports
28
+ too-many-public-methods
32
29
33
30
[BASIC]
34
31
You can’t perform that action at this time.
0 commit comments