generated from unai/python_boilerplate
Update Ruff configuration to exclude tests from linting
This commit is contained in:
parent
128432f679
commit
4bf59efd6f
@ -24,6 +24,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
[tool.ruff]
|
||||
line-length = 88
|
||||
target-version = "py314"
|
||||
exclude = ["tests"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
# E/F: Errores base, I: Imports (isort), D: Docstrings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user