aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-18 14:27:00 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-18 14:27:00 -0800
commitead6d0cbbea5101ce9565b773938242348287eec (patch)
tree6a58c9661493d51ca565e0fd50498e44e589ef7a /.pylintrc
parent44789527744ab54b4ed5cf52c88a464a9d34ef2a (diff)
downloadfatcat-scholar-ead6d0cbbea5101ce9565b773938242348287eec.tar.gz
fatcat-scholar-ead6d0cbbea5101ce9565b773938242348287eec.zip
add missing dotfiles (due to gitignore oops)
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..80e203d
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,14 @@
+[MESSAGES CONTROL]
+# TODO: should re-enable some of these
+disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223,bad-continuation,arguments-differ,unidiomatic-typecheck,unused-wildcard-import,no-member,cyclic-import,too-few-public-methods,wildcard-import,too-many-locals,too-many-ancestors,unused-import
+
+[REPORTS]
+output-format=colorized
+include-ids=yes
+
+[MISCELLANEOUS]
+# List of note tags to take in consideration, separated by a comma.
+notes=FIXME,XXX,DELETEME
+
+[TYPECHECK]
+ignored-modules=responses