diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-11 19:10:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-11 19:10:02 -0700 |
commit | 2361943be67754e37507ae5da38c2cea6aa7a3a3 (patch) | |
tree | b7cec9251920328fb35815133c9aae63069c8173 | |
parent | 1d2d4aaefb9380709aa5650bc09dc29ea7d348cb (diff) | |
download | fatcat-2361943be67754e37507ae5da38c2cea6aa7a3a3.tar.gz fatcat-2361943be67754e37507ae5da38c2cea6aa7a3a3.zip |
less whiny lint
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [MESSAGES CONTROL] -disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223,bad-continuation,arguments-differ,unidiomatic-typecheck +disable=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,W0223,bad-continuation,arguments-differ,unidiomatic-typecheck,unused-wildcard-import [REPORTS] output-format=colorized |