mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-21 22:18:04 +01:00
ignore new ruff rule
This commit is contained in:
parent
f68e519695
commit
3d9abebfe5
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