This commit is contained in:
dni ⚡
2024-10-17 10:36:51 +02:00
parent cc37dd35fe
commit c001d50553
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -201,6 +201,7 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
[tool.ruff.lint.pep8-naming]
classmethod-decorators = [
"root_validator",
"validator",
]
[tool.ruff.lint.mccabe]