diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-02-19 21:41:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-02-19 21:41:28 +0300 |
commit | 123b1584daba4d4c13cce5b73a9fb4ccd4a229e8 (patch) | |
tree | 34ff0cfcd10d919589aa8934ac462e85e3e6eb5b /.pylintrc | |
parent | reduce log verbosity (diff) | |
download | cgitize-123b1584daba4d4c13cce5b73a9fb4ccd4a229e8.tar.gz cgitize-123b1584daba4d4c13cce5b73a9fb4ccd4a229e8.zip |
refactor to make for proper code
Diffstat (limited to '')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..eeb630b --- /dev/null +++ b/.pylintrc @@ -0,0 +1,3 @@ +[MESSAGES CONTROL] + +disable=invalid-name,missing-docstring,too-few-public-methods,too-many-arguments |