mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Update ruff section names
This commit is contained in:
parent
1ed9c672d7
commit
7d3717cb99
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue