Skip to content

Commit ef0f8ee

Browse files
⬆️🪝 update pre-commit hooks (#84)
1 parent 8ee906e commit ef0f8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737

3838
# Python linting using ruff
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.9.4
40+
rev: v0.9.6
4141
hooks:
4242
- id: ruff
4343
args: ["--fix", "--show-fixes"]
@@ -47,7 +47,7 @@ repos:
4747

4848
# Format configuration files with prettier
4949
- repo: https://github.com/rbubley/mirrors-prettier
50-
rev: v3.4.2
50+
rev: v3.5.0
5151
hooks:
5252
- id: prettier
5353
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)