excluded tests folder from linting
This commit is contained in:
parent
d70aee8b10
commit
981d6f4e27
@ -22,7 +22,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 88
|
line-length = 88
|
||||||
target-version = "py314"
|
target-version = "py314"
|
||||||
|
exclude = ["tests"]
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
# E/F: Errores base, I: Imports (isort), D: Docstrings
|
# E/F: Errores base, I: Imports (isort), D: Docstrings
|
||||||
select = ["E", "F", "I", "D"]
|
select = ["E", "F", "I", "D"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user