Skip to content

Commit

Permalink
Merge pull request #399 from jbampton/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
pre-commit autoupdate
  • Loading branch information
matz authored Jan 1, 2024
2 parents 4513247 + 547a51f commit 391f879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: reek
- id: rubocop
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
name: Run prettier
Expand All @@ -60,7 +60,7 @@ repos:
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint
name: Run markdownlint
Expand All @@ -69,7 +69,7 @@ repos:
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
name: Run yamllint
Expand Down

0 comments on commit 391f879

Please sign in to comment.