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 committed Aug 19, 2022
1 parent b7dd180 commit fa8c199
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer

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

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

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

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v3.0.0-alpha.0
hooks:
- id: prettier

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.1
hooks:
- id: codespell

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 fa8c199

Please sign in to comment.