Skip to content

Commit

Permalink
build: bump precommit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jul 10, 2022
1 parent d93f36f commit 651bbb9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,39 +30,39 @@ repos:
- id: check-yaml
exclude: ^recipes/.*
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.3.0

# --- Commit msg checks ---
- hooks:
- id: commitizen
stages: ["commit-msg"]
repo: https://github.com/commitizen-tools/commitizen
rev: v2.14.0
rev: v2.28.0
# --- Linters ---
- hooks:
- id: dockerfile_lint
repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs
rev: v1.1.1
rev: v1.1.2
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.6.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
rev: v2.2.1
rev: v2.7.1
- repo: https://github.com/asottile/pyupgrade
rev: v2.10.1
rev: v2.35.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/PyCQA/prospector
rev: 1.3.1
rev: 1.7.7
hooks:
- id: prospector
exclude: ^(tests)/.+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.0
rev: 1.7.4
hooks:
- id: bandit
args:
Expand All @@ -71,7 +71,7 @@ repos:
- --configfile=tests/bandit.yaml
files: ^(tests)/.+\.py$
- repo: https://github.com/PyCQA/isort
rev: 5.7.0
rev: 5.10.1
hooks:
- id: isort
# - repo: local
Expand Down

0 comments on commit 651bbb9

Please sign in to comment.