netbox-zabbix-sync/pyproject.toml

14 lines
243 B
TOML

[tool.ruff]
line-length = 256
target-version = "py38"
[tool.ruff.lint]
select = ["E", "W", "F", "N", "T", "I"]
[tool.mypy]
python_version = "3.8"
warn_return_any = true
warn_unused_configs = true
ignore_missing_imports = true
strict = false