diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d353c0369..474a96bb90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: exclude: snap_ - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.1 + rev: 3.9.2 hooks: - id: flake8 @@ -31,7 +31,7 @@ repos: args: [--settings-path, setup.cfg] - repo: https://github.com/Woile/commitizen - rev: v2.17.5 + rev: v2.17.6 hooks: - id: commitizen # don't forget to run pre-commit install --hook-type commit-msg for this hook to run @@ -62,7 +62,7 @@ repos: stages: [push] - repo: https://github.com/gitguardian/gg-shield - rev: v1.4.0 + rev: v1.5.0 hooks: - id: ggshield language_version: python3