Skip to content

Commit

Permalink
chore(deps): Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
deltasquare4 authored Mar 29, 2022
1 parent b7dd180 commit c65b164
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black

Expand All @@ -22,7 +22,7 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.1
hooks:
- id: prettier

Expand All @@ -42,7 +42,7 @@ repos:
types: [shell]

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.8.0.3
rev: v0.8.0.4
hooks:
- id: shellcheck
args: [-x]

0 comments on commit c65b164

Please sign in to comment.