index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2022-01-06 22:01:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-06 22:01:15 +0100 |
commit | e32cf71ae7dacbf9674262705cb2e8e1a5a2d206 (patch) | |
tree | d33e6202d10813221a9935dcdc49145f6ffca83e /pyproject.toml | |
parent | 015cd2a59fbdf3316ddfb7546b884157ad00c7fe (diff) |
-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 |