DEBSOURCES
Skip Quicknav
sources / python-momepy / 0.8.1-2 / docs / ruff.toml
1234
line-length = 80 lint.select = ["E", "F", "W", "I", "UP", "N", "B", "A", "C4", "SIM", "ARG"] lint.ignore = ["B006", "SIM108"] include = ["*.py", "*.ipynb"]