1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +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] [tool.ruff]
line-length = 120 line-length = 120
select = [ lint.select = [
"E", "E",
"W", "W",
"F", "F",
@ -47,7 +47,7 @@ select = [
"PERF", "PERF",
"RUF", "RUF",
] ]
ignore = [ lint.ignore = [
"E501", "E501",
"E711", "E711",
"E712", "E712",
@ -62,7 +62,7 @@ ignore = [
"RUF012", "RUF012",
] ]
[tool.ruff.per-file-ignores] [tool.ruff.lint.per-file-ignores]
"__init__.py" = ["I"] "__init__.py" = ["I"]
[tool.isort] [tool.isort]