Update pyproject.toml
Some checks failed
CI / test (push) Failing after 11s

This commit is contained in:
2026-02-14 09:58:30 +01:00
parent 0e07a1ae5c
commit e3c928e989

View File

@@ -22,7 +22,7 @@ addopts = "-q"
[tool.ruff] [tool.ruff]
target-version = "py311" target-version = "py311"
line-length = 100 line-length = 256
[tool.ruff.lint] [tool.ruff.lint]
select = ["E", "F", "I", "B"] # erreurs, pyflakes, imports, bugbear select = ["E", "F", "I", "B"] # erreurs, pyflakes, imports, bugbear