Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jul 24, 2023
1 parent f0f34d0 commit 7f0d160
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 @@ -33,7 +33,7 @@ repos:
args: [--whitespaces-count, '2']
exclude: ^Makefile$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
name: Run codespell
Expand All @@ -45,13 +45,13 @@ repos:
- id: reek
- id: rubocop
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.0
hooks:
- id: prettier
name: Run prettier
description: Format files with prettier
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.34.0
rev: v0.35.0
hooks:
- id: markdownlint
name: Run markdownlint
Expand Down

0 comments on commit 7f0d160

Please sign in to comment.