Skip to content

Commit e1e3b7f

Browse files
[pre-commit.ci] pre-commit autoupdate (#13)
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.3](pre-commit/mirrors-prettier@v3.0.1...v3.0.3) - [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.282...v0.0.287) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6342171 commit e1e3b7f

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
@@ -30,7 +30,7 @@ repos:
3030

3131
# Autoformat: markdown, yaml, javascript (see the file .prettierignore)
3232
- repo: https://github.com/pre-commit/mirrors-prettier
33-
rev: v3.0.1
33+
rev: v3.0.3
3434
hooks:
3535
- id: prettier
3636

@@ -44,7 +44,7 @@ repos:
4444
- id: check-executables-have-shebangs
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.0.282
47+
rev: v0.0.287
4848
hooks:
4949
- id: ruff
5050
args: ["--fix", "--line-length=120"]

0 commit comments

Comments
 (0)