mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-01-02 13:13:10 +00:00
12 lines
230 B
TOML
12 lines
230 B
TOML
|
|
[tool.black]
|
||
|
|
line-length = 120
|
||
|
|
target-version = ["py313"]
|
||
|
|
skip-string-normalization = false
|
||
|
|
|
||
|
|
[tool.isort]
|
||
|
|
profile = "black"
|
||
|
|
combine_as_imports = true
|
||
|
|
src_paths = ["src"]
|
||
|
|
skip_gitignore = true
|
||
|
|
ensure_newline_before_comments = true
|