torchgeo/pyproject.toml

20 строки
228 B
TOML

[tool.black]
target-version = ['py36', 'py37', 'py38']
exclude = '''
/(
# Data
data
# Spack
| \.spack-env
# Python
| __pycache__
| \.pytest_cache
| \.mypy_cache
# Git
| \.git
)/
'''