diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ [SIMILARITIES] -ignore-imports=yes
\ No newline at end of file +ignore-imports=yes + +[MESSAGES CONTROL] + +disable=fixme
\ No newline at end of file |