diff options
Diffstat (limited to '.pylintrc')
| -rw-r--r-- | .pylintrc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.pylintrc b/.pylintrc deleted file mode 100644 index 41b3795..0000000 --- a/.pylintrc +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | [FORMAT] | ||
| 2 | good-names=e,f,i,x,s | ||
| 3 | max-locals=20 | ||
| 4 | |||
| 5 | [MESSAGES CONTROL] | ||
| 6 | disable= | ||
| 7 | fixme, | ||
| 8 | invalid-name, | ||
| 9 | duplicate-code, | ||
| 10 | missing-docstring, | ||
| 11 | protected-access, | ||
| 12 | abstract-method, | ||
| 13 | wrong-import-position, | ||
| 14 | catching-non-exception, | ||
| 15 | cell-var-from-loop, | ||
| 16 | locally-disabled, | ||
| 17 | raise-missing-from, | ||
| 18 | invalid-sequence-index, # pylint doesn't like things like `Tuple[int, bytes]` in type annotation | ||
