# Configuration for the Ruff linter for Python. # # Repository: https://github.com/astral-sh/ruff # # Documentation: https://beta.ruff.rs/docs/ [tool.ruff] line-length = 100 # same as rustfmt