Update cookiecutter lints

This commit is contained in:
object-Object 2023-09-25 21:34:54 -04:00
parent 476cd7ce05
commit 485d7f9d33

View file

@ -78,7 +78,6 @@ reportDeprecated = "error"
reportDuplicateImport = "error"
reportFunctionMemberAccess = "error"
reportIncompatibleMethodOverride = "error"
reportIncompatibleVariableOverride = "error"
reportIncompleteStub = "error"
reportInconsistentConstructor = "error"
reportInvalidStringEscapeSequence = "error"
@ -114,3 +113,4 @@ reportUnusedImport = "warning"
reportUnusedVariable = "warning"
reportUnknownVariableType = "none"
reportIncompatibleVariableOverride = "none"