torchgeo/.flake8

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

2021-05-12 04:54:53 +03:00
[flake8]
max-line-length = 88
2021-06-07 06:31:43 +03:00
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,
2021-05-12 04:54:53 +03:00
exclude =
# TorchGeo
2021-05-12 04:54:53 +03:00
data/,
2021-08-30 22:51:07 +03:00
logo/,
logs/,
output/,
2021-05-12 04:54:53 +03:00
# Spack
.spack-env/,
# Python
2021-06-18 20:07:37 +03:00
build/,
dist/,
.cache/,
.mypy_cache/,
2021-05-12 04:54:53 +03:00
.pytest_cache/,
__pycache__/,
2021-06-18 20:07:37 +03:00
*.egg-info/
2021-05-12 04:54:53 +03:00
# Git
.git/,
2021-06-18 20:07:37 +03:00
.github/,