ignore linter conflicting rules
This commit is contained in:
parent
be045fb6ef
commit
2b78b45b1b
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
[tool.ruff.lint]
|
||||
ignore = ["COM812", "ISC001"]
|
||||
ignore = ["COM812", "D203", "D213", "ISC001"]
|
||||
select = ["ALL"]
|
||||
|
|
Loading…
Reference in a new issue