summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc18
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]
2good-names=e,f,i,x,s
3max-locals=20
4
5[MESSAGES CONTROL]
6disable=
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