diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-08-10 10:23:45 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2022-08-10 10:23:45 +0200 |
commit | 75006064d27a01c423cb8697fe6a153f2210da8b (patch) | |
tree | 7690acad62ee1811aeb5674232b12d9f2ddc4278 /pyproject.toml | |
parent | Updated Flask to version 2.2.2. (diff) | |
download | newspipe-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.toml | 1 |
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"] |