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 14, 2022
1 parent b7dd180 commit ecccf08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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]
Expand Down Expand Up @@ -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 ecccf08

Please sign in to comment.