summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: d08806ce382a9d5473340e05d83cc08e822ca019 (plain)
1
2
3
4
5
6
[tool.black]
target-version = ['py37', 'py38', 'py39', 'py310']

[tool.mypy]
python_version = 3.7
ignore_missing_imports = true