Remove deprecated Ruff option from pyproject.toml
This commit is contained in:
parent
1eca56b40e
commit
fcf7254e64
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ build-backend = "pdm.backend"
|
||||||
mypy_path = 'stubs'
|
mypy_path = 'stubs'
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
ignore-init-module-imports = true
|
|
||||||
select = [
|
select = [
|
||||||
# pycodestyle
|
# pycodestyle
|
||||||
"E4", # import
|
"E4", # import
|
||||||
|
|
Loading…
Reference in a new issue