Files
jupyterhub/pyproject.toml
Min RK 28fdbeb0c0 update back pre-commit hook
specify minimum target_version as py36

results in some churn
2020-11-30 10:13:10 +01:00

8 lines
103 B
TOML

[tool.black]
skip-string-normalization = true
target_version = [
"py36",
"py37",
"py38",
]