Files
capa/.github/ruff.toml
2023-04-05 13:32:15 +05:30

7 lines
119 B
TOML

select = ["E"]
ignore = ["E402", "E722"]
exclude = ["*_pb2.py", "*_pb2.pyi"]
# Same as pycodestyle.
line-length = 180