mirror of
https://github.com/MorizzG/tool-default-configs.git
synced 2025-12-06 01:22:41 +00:00
changed ruff line length to 100
This commit is contained in:
parent
9884f9e2ca
commit
acaa8036ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue