aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-08-10 10:23:45 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-08-10 10:23:45 +0200
commit75006064d27a01c423cb8697fe6a153f2210da8b (patch)
tree7690acad62ee1811aeb5674232b12d9f2ddc4278 /pyproject.toml
parentUpdated Flask to version 2.2.2. (diff)
downloadnewspipe-75006064d27a01c423cb8697fe6a153f2210da8b.tar.gz
newspipe-75006064d27a01c423cb8697fe6a153f2210da8b.tar.bz2
newspipe-75006064d27a01c423cb8697fe6a153f2210da8b.zip
new: [pre-commit] added pip-audit to .pre-commit-config.yaml file.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 71b95531..b18117de 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,6 +41,7 @@ pre-commit = "^2.19.0"
black = "^22.3.0"
pyupgrade = "^2.34.0"
reorder-python-imports = "^3.1.0"
+pip-audit = "^2.4.3"
[build-system]
requires = ["poetry>=0.12"]
bgstack15