ruff/lint
This commit is contained in:
parent
2648c2e6ba
commit
7d0ffb8a65
1 changed files with 2 additions and 1 deletions
|
@ -31,5 +31,6 @@ requires-python = ">= 3.10"
|
|||
[tool.hatch.version]
|
||||
path = "rwx/__init__.py"
|
||||
|
||||
[tool.ruff]
|
||||
[tool.ruff.lint]
|
||||
ignore = ["COM812", "D203", "D213", "ISC001"]
|
||||
select = ["ALL"]
|
||||
|
|
Loading…
Reference in a new issue