diff options
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ disable= broad-except, no-else-return, misplaced-comparison-constant, + subprocess-run-check, # Messages that may be silly: no-self-use, no-member, |