forked from expo/troggle
10 lines
134 B
TOML
10 lines
134 B
TOML
[tool.black]
|
|
line-length = 120
|
|
|
|
[tool.isort]
|
|
profile = 'black'
|
|
line-length=120
|
|
|
|
[tool.ruff]
|
|
line-length=120
|
|
ignore = ["E402"] |