add check for ruff
This commit is contained in:
parent
8d00329130
commit
05ff66b117
@ -67,6 +67,20 @@ src = [
|
||||
"src",
|
||||
]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"E", # pycodestyle
|
||||
"F", # pyflakes
|
||||
"I", # isort
|
||||
"W", # pycodestyle
|
||||
]
|
||||
ignore = ["I001"]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
force-single-line = false
|
||||
force-wrap-aliases = false
|
||||
combine-as-imports = true
|
||||
|
||||
[tool.lndl.nuitka]
|
||||
main = "test-only.py"
|
||||
onefile = false
|
||||
|
Loading…
Reference in New Issue
Block a user