We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a689394 commit f2beb40Copy full SHA for f2beb40
1 file changed
pylintrc
@@ -421,14 +421,15 @@ confidence=HIGH,
421
# --enable=similarities". If you want to run only the classes checker, but have
422
# no Warning level messages displayed, use "--disable=all --enable=classes
423
# --disable=W".
424
-disable=raw-checker-failed,
425
- bad-inline-option,
426
- locally-disabled,
+disable=bad-inline-option,
+ deprecated-pragma,
427
file-ignored,
+ fixme,
428
+ locally-disabled,
429
+ raw-checker-failed,
430
suppressed-message,
- useless-suppression,
- deprecated-pragma,
431
use-symbolic-message-instead,
432
+ useless-suppression,
433
434
# Enable the message, report, category or checker with the given id(s). You can
435
# either give multiple identifier separated by comma (,) or put this option
0 commit comments