diff --git a/pyproject.toml b/pyproject.toml index 0315417..3832456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ addopts = "-q" [tool.ruff] target-version = "py311" -line-length = 100 +line-length = 256 [tool.ruff.lint] select = ["E", "F", "I", "B"] # erreurs, pyflakes, imports, bugbear