updated ruff config
This commit is contained in:
14
ruff.toml
14
ruff.toml
@@ -53,13 +53,19 @@ select = [
|
|||||||
"I",
|
"I",
|
||||||
# pep8-naming
|
# pep8-naming
|
||||||
"N",
|
"N",
|
||||||
# pycodestyle
|
# flake8-annotations
|
||||||
# "D",
|
"ANN",
|
||||||
# "TD",
|
# pylint
|
||||||
|
"PL"
|
||||||
]
|
]
|
||||||
ignore = [
|
ignore = [
|
||||||
"N812",
|
"N812",
|
||||||
"SIM108"
|
"SIM108",
|
||||||
|
"ANN101",
|
||||||
|
"ANN201",
|
||||||
|
"ANN202",
|
||||||
|
"ANN205",
|
||||||
|
"ANN204"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Allow fix for all enabled rules (when `--fix`) is provided.
|
# Allow fix for all enabled rules (when `--fix`) is provided.
|
||||||
|
|||||||
Reference in New Issue
Block a user