Skip to content

Commit

Permalink
Merge pull request #375 from jbampton/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
pre-commit autoupdate
  • Loading branch information
matz committed Jul 25, 2023
2 parents f0f34d0 + 7f0d160 commit 53adda8
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 53adda8

Please sign in to comment.