diff --git a/.pylintrc b/.pylintrc index e3e75074..d01d0d7f 100644 --- a/.pylintrc +++ b/.pylintrc @@ -77,7 +77,8 @@ disable=raw-checker-failed, missing-function-docstring, missing-class-docstring, no-else-continue, - no-name-in-module + no-name-in-module, + fixme # 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