mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
updated ruff lint sections
This commit is contained in:
parent
61064c3aa3
commit
1c8b722790
1 changed files with 5 additions and 2 deletions
|
|
@ -19,8 +19,11 @@ combine_as_imports = true
|
|||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
select = ["E", "F"]
|
||||
target-version = "py311"
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
[tool.ruff.lint]
|
||||
select = ["E", "F"]
|
||||
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"__init__.py" = ["F401"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue