ruff/check↔format
This commit is contained in:
parent
98adf0b2a1
commit
2635d74f91
2 changed files with 2 additions and 1 deletions
|
@ -41,5 +41,5 @@ style = "sphinx"
|
|||
line-length = 80
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["D203", "D213"]
|
||||
ignore = ["D203", "D213", "COM812", "ISC001"]
|
||||
select = ["ALL"]
|
||||
|
|
|
@ -14,6 +14,7 @@ rwx_ruff_check() {
|
|||
ruff check \
|
||||
--select "ALL" \
|
||||
--ignore "D203,D213" \
|
||||
--ignore "COM812,ISC001" \
|
||||
"${path}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue