diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-11 15:02:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-11 15:02:51 -0700 |
commit | f8920f46b46282670229bdb7cf12052d167c26e8 (patch) | |
tree | 09c1db61735d033d634d5bef23861573894ddd52 /.pylintrc | |
parent | d64e403646393089214675e45fba801c2436e4d2 (diff) | |
download | fatcat-f8920f46b46282670229bdb7cf12052d167c26e8.tar.gz fatcat-f8920f46b46282670229bdb7cf12052d167c26e8.zip |
dev infra
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 00000000..78e9e7fd --- /dev/null +++ b/.pylintrc @@ -0,0 +1,10 @@ +[MESSAGES CONTROL] +disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223,bad-continuation,arguments-differ,unidiomatic-typecheck + +[REPORTS] +output-format=colorized +include-ids=yes + +[MISCELLANEOUS] +# List of note tags to take in consideration, separated by a comma. +notes=FIXME,XXX,DELETEME |