Skip to content

Commit

Permalink
chore(ci): update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed May 19, 2021
1 parent ea4984a commit 5ae8310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
exclude: snap_

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5ae8310

Please sign in to comment.