mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-03 08:04:09 +01:00
update .pre-commit-config.yaml
This commit is contained in:
parent
6e24f5bcff
commit
612d0883cd
@ -34,7 +34,7 @@ repos:
|
||||
args: [--update-only, --notitle]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.23.3
|
||||
rev: 0.24.0
|
||||
hooks:
|
||||
- id: check-dependabot
|
||||
- id: check-github-actions
|
||||
@ -42,16 +42,16 @@ repos:
|
||||
- id: check-gitlab-ci
|
||||
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v2.0.0
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: reuse
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.0"
|
||||
rev: "v3.0.1"
|
||||
hooks:
|
||||
- id: prettier
|
||||
additional_dependencies:
|
||||
["prettier@3.0.0", "@prettier/plugin-xml@3.0.0"]
|
||||
["prettier@3.0.1", "@prettier/plugin-xml@3.0.0"]
|
||||
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "2.7.2"
|
||||
|
Loading…
Reference in New Issue
Block a user