diff --git a/pyproject.toml b/pyproject.toml index bb825dd..66ac9b4 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ group_by_package = true combine_as_imports = true [tool.ruff] -line-length = 120 +line-length = 100 select = ["E", "F"] target-version = "py311"