mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
11 lines
141 B
Plaintext
11 lines
141 B
Plaintext
|
[tool.black]
|
||
|
line-length = 88
|
||
|
skip-string-normalization = true
|
||
|
|
||
|
[tool.autoflake]
|
||
|
check = true
|
||
|
verbose = true
|
||
|
|
||
|
[tool.isort]
|
||
|
profile = "black"
|