зеркало из https://github.com/microsoft/torchgeo.git
28 строки
373 B
INI
28 строки
373 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore =
|
|
# See https://github.com/PyCQA/pycodestyle/issues/373
|
|
E203,
|
|
exclude =
|
|
# TorchGeo
|
|
data/,
|
|
logo/,
|
|
logs/,
|
|
output/,
|
|
|
|
# Spack
|
|
.spack-env/,
|
|
|
|
# Python
|
|
build/,
|
|
dist/,
|
|
.cache/,
|
|
.mypy_cache/,
|
|
.pytest_cache/,
|
|
__pycache__/,
|
|
*.egg-info/
|
|
|
|
# Git
|
|
.git/,
|
|
.github/,
|