pmbootstrap/pyproject.toml

6 lines
152 B
TOML

[tool.ruff]
# E402: module import not on top of file, not possible for testcases
# E722: do not use bare except
ignore=["E402", "E722"]
line-length=100