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

Update ruff section names

This commit is contained in:
Mo 2024-03-05 15:56:00 +01:00
parent 1ed9c672d7
commit 7d3717cb99

View file

@ -24,7 +24,7 @@ setuptools = "^69.1"
[tool.ruff]
line-length = 120
select = [
lint.select = [
"E",
"W",
"F",
@ -47,7 +47,7 @@ select = [
"PERF",
"RUF",
]
ignore = [
lint.ignore = [
"E501",
"E711",
"E712",
@ -62,7 +62,7 @@ ignore = [
"RUF012",
]
[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["I"]
[tool.isort]