opendbc/pyproject.toml

9 lines
172 B
TOML

name = "opendbc"
license = "MIT"
readme = "README.md"
repository = "https://github.com/commaai/opendbc"
[tool.cython-lint]
max-line-length = 120
ignore = ["E111", "E114"]