Skip to content

Commit a5350da

Browse files
authored
Merge pull request #14 from data-exp-lab/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents 0d54322 + 093b140 commit a5350da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ repos:
3535
- id: rst-inline-touching-normal
3636

3737
- repo: https://github.com/rbubley/mirrors-prettier
38-
rev: "v3.3.3"
38+
rev: "v3.4.1"
3939
hooks:
4040
- id: prettier
4141
types_or: [yaml, markdown, html, css, scss, javascript, json]
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.8.0"
45+
rev: "v0.8.1"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -77,7 +77,7 @@ repos:
7777
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: "0.29.4"
80+
rev: "0.30.0"
8181
hooks:
8282
- id: check-dependabot
8383
- id: check-github-workflows

0 commit comments

Comments
 (0)