chore: update ruff rules

This commit is contained in:
Xavier Morel
2025-03-24 21:42:39 +01:00
parent 27c59cf736
commit 9f3b8556b1

View File

@@ -22,6 +22,11 @@ ignore = [
"TC003", # Move standard library import {} into a type-checking block "TC003", # Move standard library import {} into a type-checking block
"TRY003", # Avoid specifying long messages outside the exception class "TRY003", # Avoid specifying long messages outside the exception class
# Relative to todos
"TD002", # Missing author in todo
"TD003", # Missing issue link in todo
"FIX002", # Resolve the todo
] ]
[lint.flake8-pytest-style] [lint.flake8-pytest-style]