mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
8 lines
103 B
TOML
8 lines
103 B
TOML
[tool.black]
|
|
skip-string-normalization = true
|
|
target_version = [
|
|
"py36",
|
|
"py37",
|
|
"py38",
|
|
]
|