mirror of https://github.com/LostLuma/Mousey.git
12 lines
166 B
TOML
12 lines
166 B
TOML
|
[tool.black]
|
||
|
|
||
|
line-length = 120
|
||
|
skip-string-normalization = true
|
||
|
target-version = ["py38"]
|
||
|
|
||
|
[tool.isort]
|
||
|
|
||
|
line_length = 120
|
||
|
lines_after_imports = 2
|
||
|
profile = "black"
|