mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Move single option up
This commit is contained in:
parent
837c6529d5
commit
f2a1aed87b
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,7 @@ requires = ["poetry-core>=1.0.0"]
|
|||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
select = [
|
||||
"E",
|
||||
"W",
|
||||
|
@ -61,7 +62,6 @@ ignore = [
|
|||
"PERF203",
|
||||
"RUF012",
|
||||
]
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
"__init__.py" = ["I"]
|
||||
|
|
Loading…
Reference in a new issue