ruff/line-length
This commit is contained in:
parent
7d6700a04b
commit
c5119b4107
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
[tool.ruff]
|
||||
line-length = 80
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["COM812", "D203", "D213", "ISC001"]
|
||||
select = ["ALL"]
|
||||
|
|
Loading…
Reference in a new issue