# Tooling config only — this project is not a Python package. The patch modules # are copied into middlewared's site-packages by patch/apply.sh at boot. [tool.ruff] line-length = 100 target-version = "py311" [tool.ruff.lint] select = ["E", "F", "W", "B", "UP", "SIM"] ignore = [ "E501", # long lines in explanatory comments are fine ] [tool.pytest.ini_options] testpaths = ["tests"]