mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-24 00:58:04 +01:00
ignore new ruff rule
This commit is contained in:
parent
5e988cd6c1
commit
f072ebee4a
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ ignore = [
|
|||
"E501", # long lines
|
||||
"D1", # missing docstring
|
||||
"TRY003", # Avoid specifying long messages outside the exception class
|
||||
"RUF012", # Mutable class attributes should be annotated with `typing.ClassVar`
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
|
Loading…
Reference in a new issue