excluded tests folder from linting
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user