Merge branch 'main' of github.com:MoWeeeZ/tool-default-configs

This commit is contained in:
Moritz Gmeiner 2023-09-21 12:31:51 +02:00
commit b1bf53dd60

View file

@ -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"