Skip to content

Commit

Permalink
chore: bump pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed May 21, 2024
1 parent 4bdc882 commit fe337c4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions blank/{{ cookiecutter.project_name }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/mrsimonemms/pre-commit-hooks
rev: v1.1.0
rev: v1.2.0
hooks:
- id: license-eye
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: pretty-format-json
args:
Expand All @@ -19,7 +19,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages:
Expand All @@ -29,7 +29,7 @@ repos:
hooks:
- id: markdown-toc
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.9.2
rev: v0.13.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/mrsimonemms/toodaloo
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/mrsimonemms/pre-commit-hooks
rev: v1.1.0
rev: v1.2.0
hooks:
- id: license-eye
- id: go-fmt-import
Expand All @@ -9,7 +9,7 @@ repos:
- id: go-err-check
- id: go-static-check
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: pretty-format-json
args:
Expand All @@ -24,7 +24,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages:
Expand All @@ -34,11 +34,11 @@ repos:
hooks:
- id: markdown-toc
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.9.2
rev: v0.13.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/golangci/golangci-lint
rev: v1.54.2
rev: v1.58.2
hooks:
- id: golangci-lint
- repo: https://github.com/mrsimonemms/toodaloo
Expand Down
12 changes: 6 additions & 6 deletions js/{{ cookiecutter.project_name }}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/mrsimonemms/pre-commit-hooks
rev: v1.1.0
rev: v1.2.0
hooks:
- id: license-eye
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: pretty-format-json
args:
Expand All @@ -19,7 +19,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.4.0
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages:
Expand All @@ -29,11 +29,11 @@ repos:
hooks:
- id: markdown-toc
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.9.2
rev: v0.13.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
{%- if cookiecutter.type == "svelte" %}
Expand All @@ -46,7 +46,7 @@ repos:
stages:
- pre-commit
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v8.49.0'
rev: 'v9.3.0'
hooks:
- id: eslint
{%- if cookiecutter.type == "svelte" %}
Expand Down

0 comments on commit fe337c4

Please sign in to comment.