Skip to content

Commit

Permalink
⬆️πŸͺ update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.27.3 β†’ v1.28.4](crate-ci/typos@v1.27.3...v1.28.4)
- [github.com/rbubley/mirrors-prettier: v3.3.3 β†’ v3.4.2](rbubley/mirrors-prettier@v3.3.3...v3.4.2)
- [github.com/astral-sh/ruff-pre-commit: v0.7.4 β†’ v0.8.4](astral-sh/ruff-pre-commit@v0.7.4...v0.8.4)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent fbfb4f5 commit a1db6f3
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 @@ -45,19 +45,19 @@ repos:

# Check for spelling
- repo: https://github.com/crate-ci/typos
rev: v1.27.3
rev: v1.28.4
hooks:
- id: typos

# Format configuration files with prettier
- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.3.3"
rev: "v3.4.2"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, javascript, json]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.4
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down

0 comments on commit a1db6f3

Please sign in to comment.