Commit 7ce41ad
committed
Removed unnecessary Pylint flags
- Removed `locally-disabled`:
The flag `locally-disabled` is disabled by default, and can only
be enabled by adding it to the `enable` section. But the flag was
listed in the `disable` section, which is useless and only bloats
up the Pylint configuration file.
- Other flags were removed because there are no issues with the
code with respect to those flags.1 parent 9c19d72 commit 7ce41ad
1 file changed
+0
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | | - | |
13 | | - | |
14 | 9 | | |
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
18 | | - | |
19 | 13 | | |
20 | | - | |
21 | | - | |
22 | 14 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 15 | | |
27 | 16 | | |
28 | 17 | | |
| |||
0 commit comments