main
[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 ]