Vizzuality/landgriffon

View on GitHub
data/pyproject.toml

Summary

Maintainability
Test Coverage
[tool.ruff]
src = ["h3_data_importer"]
line-length = 120
select = [
    "D1",   # pydocstyle errors
    "E",    # pycodestyle errors
    "W",    # pycodestyle warnings
    "F",    # flake8
    "C",    # flake8-comprehensions
    "B",    # flake8-bugbear
    "I",    # isort
]