Skip to content

Commit 414193a

Browse files
[pre-commit.ci] pre-commit autoupdate (#457)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.6...v0.14.8) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](rbubley/mirrors-prettier@v3.6.2...v3.7.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1456797 commit 414193a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ repos:
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.14.6"
26+
rev: "v0.14.8"
2727
hooks:
2828
- id: ruff-format
2929
- id: ruff-check
3030
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
3131
- repo: https://github.com/rbubley/mirrors-prettier
32-
rev: "v3.6.2" # Use the sha / tag you want to point at
32+
rev: "v3.7.4" # Use the sha / tag you want to point at
3333
hooks:
3434
- id: prettier
3535
additional_dependencies:

0 commit comments

Comments
 (0)