Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[pre-commit.ci] pre-commit suggestions
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.13](astral-sh/ruff-pre-commit@v0.11.11...v0.11.13)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8)
  • Loading branch information
pre-commit-ci[bot] authored Jun 16, 2025
commit 919dc0088e70387e9fcaf951ef477f2d2f07a12c
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
#args: ["--write-changes"] # uncomment if you want to get automatic fixing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.11
rev: v0.11.13
hooks:
- id: ruff-check
args: ["--fix"]
Expand Down Expand Up @@ -68,7 +68,7 @@ repos:
- id: yesqa

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
# https://prettier.io/docs/en/options.html#print-width
Expand Down
Loading