Skip to content

Commit

Permalink
pre-commit: bump repositories (#224)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6)
- [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.0](rbubley/mirrors-prettier@v3.4.2...v3.5.0)
- [github.com/henryiii/validate-pyproject-schema-store: 2025.02.03 → 2025.02.10](henryiii/validate-pyproject-schema-store@2025.02.03...2025.02.10)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 14, 2025
1 parent 175b1ec commit 854c051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.4"
rev: "v0.9.6"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -37,7 +37,7 @@ repos:
additional_dependencies: [black==24.*]

- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.4.2"
rev: "v3.5.0"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
Expand All @@ -63,7 +63,7 @@ repos:
- id: shellcheck

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2025.02.03
rev: 2025.02.10
hooks:
- id: validate-pyproject

Expand Down

0 comments on commit 854c051

Please sign in to comment.