Merge branch 'feat/Q4.2'
Dependencies check See merge request Klagarge/mse2425-grp09!14
This commit is contained in:
		| @@ -5,3 +5,14 @@ repos: | |||||||
|       - id: flake8 |       - id: flake8 | ||||||
|         additional_dependencies: [] |         additional_dependencies: [] | ||||||
|         args: [--config=tox.ini]  # Use the same config as in CI |         args: [--config=tox.ini]  # Use the same config as in CI | ||||||
|  |    | ||||||
|  |   - repo: https://github.com/pypa/pip-audit | ||||||
|  |     rev: v2.9.0 | ||||||
|  |     hooks: | ||||||
|  |       -   id: pip-audit | ||||||
|  |           args: ["./src"] | ||||||
|  |  | ||||||
|  | ci: | ||||||
|  |   # Leave pip-audit to only run locally and not in CI | ||||||
|  |   # pre-commit.ci does not allow network calls | ||||||
|  |   skip: [pip-audit] | ||||||
		Reference in New Issue
	
	Block a user