ruff/line-length
This commit is contained in:
parent
959107c245
commit
4414a9a712
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ requires-python = ">= 3.10"
|
|||
[tool.hatch.version]
|
||||
path = "rwx/__init__.py"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 80
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["COM812", "D203", "D213", "ISC001"]
|
||||
select = ["ALL"]
|
||||
|
|
Loading…
Reference in a new issue