[flake8]
exclude = .git,__pycache__,build,dist,geoxarray/version.py,docs/source/conf.py
ignore = D102, D103
max-line-length = 120
max-complexity = 10