Disable fixme in .pylintrc

This commit is contained in:
ekzyis 2021-11-15 21:18:54 +01:00
parent 1a077215fa
commit dd82c748a2
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ disable=
redefined-outer-name, redefined-outer-name,
invalid-name, invalid-name,
no-self-use, no-self-use,
too-many-instance-attributes too-many-instance-attributes,
fixme
[FORMAT] [FORMAT]
indent-string=' ' indent-string=' '