8 lines
193 B
TOML
8 lines
193 B
TOML
# 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
|