mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-06-28 17:06:54 +00:00
Extend line length
This commit is contained in:
parent
b620250536
commit
b8e7612bde
@ -36,6 +36,9 @@ akkudoktoreosserver = ["data/*.npz", ]
|
|||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
line-length = 100
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
ignore = [
|
ignore = [
|
||||||
"F841", # don't complain about unused variables
|
"F841", # don't complain about unused variables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user