diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-30 01:27:27 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-30 01:27:27 +0300 |
commit | 0d88d9328d8fea0f5880580dfc9fab57f6a801c5 (patch) | |
tree | 1dd84280ffe73da9a880957a64dada13328bc595 /.pylintrc | |
parent | fix Pylint warnings (diff) | |
download | filters-0d88d9328d8fea0f5880580dfc9fab57f6a801c5.tar.gz filters-0d88d9328d8fea0f5880580dfc9fab57f6a801c5.zip |
factor common code out
More helpers & more files.
Diffstat (limited to '')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -disable=missing-docstring +disable=duplicate-code,missing-docstring [BASIC] |