mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
Extend line length
This commit is contained in:
parent
a71eab3bd0
commit
5503b8876c
@ -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