generated from geekiot/python-template
Hotfix [ruff linter]: add specific rules for scripts dir
This commit is contained in:
parent
eb68808880
commit
f111c026b2
2 changed files with 8 additions and 4 deletions
|
|
@ -37,6 +37,9 @@ ignore = []
|
|||
fixable = ["ALL"]
|
||||
unfixable = []
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"scripts/**/*.py" = ["T201"]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "double"
|
||||
indent-style = "space"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue