1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Move single option up

This commit is contained in:
Mo 2023-11-02 20:42:27 +01:00
parent 837c6529d5
commit f2a1aed87b

View file

@ -26,6 +26,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.ruff] [tool.ruff]
line-length = 120
select = [ select = [
"E", "E",
"W", "W",
@ -61,7 +62,6 @@ ignore = [
"PERF203", "PERF203",
"RUF012", "RUF012",
] ]
line-length = 120
[tool.ruff.per-file-ignores] [tool.ruff.per-file-ignores]
"__init__.py" = ["I"] "__init__.py" = ["I"]