Skip to content

Commit

Permalink
Upgrade pre-commit hooks revisions (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 12, 2025
1 parent 8bcac7c commit 76d1953
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,6 +1,6 @@
repos:
- repo: /~https://github.com/rbubley/mirrors-prettier
rev: v3.3.3
rev: v3.4.2
hooks:
- id: prettier
types_or:
Expand Down Expand Up @@ -37,14 +37,14 @@ repos:
- id: end-of-file-fixer
name: end-of-file-fixer
- repo: /~https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows
name: check-github-workflows
args:
- --verbose
- repo: /~https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.4
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -78,7 +78,7 @@ repos:
hooks:
- id: yamllint
- repo: /~https://github.com/DavidAnson/markdownlint-cli2
rev: v0.15.0
rev: v0.17.1
hooks:
- id: markdownlint-cli2
name: markdownlint-readme
Expand All @@ -90,7 +90,7 @@ repos:
name: editorconfig-checker
alias: ec
- repo: /~https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
name: mypy-mkdocs-1.5.0
Expand All @@ -100,7 +100,7 @@ repos:
- platformdirs
- wcmatch
- repo: /~https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
name: mypy-mkdocs-1.6.0
Expand Down

0 comments on commit 76d1953

Please sign in to comment.