1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-17 18:31:15 +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"
[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"]