diff options
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ disable= missing-docstring, protected-access, too-few-public-methods, + # handled by black + format [REPORTS] |