updated .pylintrc

pull/4/merge
Hari Sekhon 1 year ago
parent 69b75eaa00
commit 67c81c5d0a

@ -448,7 +448,11 @@ disable=raw-checker-failed,
suppressed-message, suppressed-message,
useless-suppression, useless-suppression,
deprecated-pragma, deprecated-pragma,
use-symbolic-message-instead use-symbolic-message-instead,
missing-class-docstring,
missing-function-docstring,
super-with-arguments,
consider-using-f-string
# Enable the message, report, category or checker with the given id(s). You can # Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option # either give multiple identifier separated by comma (,) or put this option

Loading…
Cancel
Save