Skip to content

Commit

Permalink
⬆️πŸͺ update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/sirosen/texthooks: 0.6.7 β†’ 0.6.8](sirosen/texthooks@0.6.7...0.6.8)
- [github.com/crate-ci/typos: v1.27.3 β†’ v1.28.3](crate-ci/typos@v1.27.3...v1.28.3)
- [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.3](astral-sh/ruff-pre-commit@v0.7.4...v0.8.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent 10705fc commit b835c29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:

# Handling unwanted unicode characters
- repo: https://github.com/sirosen/texthooks
rev: 0.6.7
rev: 0.6.8
hooks:
- id: fix-ligatures
- id: fix-smartquotes
Expand All @@ -45,19 +45,19 @@ repos:

# Check for spelling
- repo: https://github.com/crate-ci/typos
rev: v1.27.3
rev: v1.28.3
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.3
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down

0 comments on commit b835c29

Please sign in to comment.