diff options
author | Martin <martin.basti@gmail.com> | 2016-08-02 22:40:40 +0200 |
---|---|---|
committer | Martin <martin.basti@gmail.com> | 2016-08-31 21:50:37 +0200 |
commit | 42c6844e06be5abfe3e07e5e47be0ad68cac9fe0 (patch) | |
tree | 637266f72d3a65f99f56b52d83ce1a3ac028ca88 /pylintrc | |
parent | 61fbd8933a4da011bc0ad3148df4b2786d240599 (diff) | |
download | dnspython-42c6844e06be5abfe3e07e5e47be0ad68cac9fe0.tar.gz |
pylint: enable check for trailing newlines
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ disable= unused-variable, wrong-import-order, wrong-import-position, - trailing-newlines, [REPORTS] |