This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-10 13:05:26 +00:00
|
|
|
[tool.black]
|
|
|
|
skip-string-normalization = true
|
|
|
|
target-version = ['py38']
|
|
|
|
|
|
|
|
[tool.isort]
|
2022-03-08 09:04:59 +00:00
|
|
|
profile = "black"
|