diff --git a/ruff.toml b/ruff.toml index 94a0e1c61..66a795e77 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,4 +1,6 @@ +line-length = 120 + [lint] -extend-select = ["E1", "E2", "E3", "W"] -ignore = ["E501", "F403", "F405"] +extend-select = ["E1", "E2", "E3", "E501", "W"] +ignore = ["F403", "F405"] preview = true