index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | pyproject.toml | 8 |
diff --git a/pyproject.toml b/pyproject.toml index 6accf417..ede37542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,3 +29,11 @@ exclude = ["docs/*.html", "docs/_static","docs/*.png","docs/*.psd"] [tool.flit.metadata.requires-extra] doc = ["sphinx"] + +[tool.mypy] +python_version = "3.10" +exclude = "tests" + +[tool.bandit] +targets = ["ourkvm"] +exclude = ["/tests"]
\ No newline at end of file |