torchgeo/.flake8

19 строки
242 B
Plaintext
Исходник Обычный вид История

2021-05-12 04:54:53 +03:00
[flake8]
max-line-length = 88
exclude =
# Data
data/,
# Spack
.spack-env/,
# Python
.cache/
.pytest_cache/,
__pycache__/,
# Git
.git/,
2021-05-21 05:32:25 +03:00
application-import-names = torchgeo
2021-05-12 04:54:53 +03:00
import-order-style = google