changed ruff line length to 100

This commit is contained in:
Moritz Gmeiner 2023-09-08 18:39:16 +02:00
commit acaa8036ee

View file

@ -18,7 +18,7 @@ group_by_package = true
combine_as_imports = true combine_as_imports = true
[tool.ruff] [tool.ruff]
line-length = 120 line-length = 100
select = ["E", "F"] select = ["E", "F"]
target-version = "py311" target-version = "py311"