Skip to content
Snippets Groups Projects
Commit de6996cc authored by Ivan Procaccini's avatar Ivan Procaccini
Browse files

Fix: Update pre-commit config

parent 42a9aa10
No related branches found
No related tags found
No related merge requests found
......@@ -3,17 +3,17 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/ambv/black
rev: 19.10b0
rev: 22.6.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/bandit
rev: 1.6.2
rev: 1.7.4
hooks:
- id: bandit
args: [--recursive, --exclude, tests]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment