File: ruff.toml

package info (click to toggle)
python-momepy 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 51,428 kB
  • sloc: python: 11,098; makefile: 35; sh: 11
file content (4 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
line-length = 80
lint.select = ["E", "F", "W", "I", "UP", "N", "B", "A", "C4", "SIM", "ARG"]
lint.ignore = ["B006", "SIM108"]
include = ["*.py", "*.ipynb"]