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/astral-sh/ruff-pre-commit: v0.7.4 β†’ v0.8.2](astral-sh/ruff-pre-commit@v0.7.4...v0.8.2)
- [github.com/rbubley/mirrors-prettier: v3.3.3 β†’ v3.4.2](rbubley/mirrors-prettier@v3.3.3...v3.4.2)
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent 6497845 commit be872f0
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 @@ -30,14 +30,14 @@ 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

# Python linting using ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.4
rev: v0.8.2
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -47,7 +47,7 @@ repos:

# 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, scss, javascript, json]
Expand Down

0 comments on commit be872f0

Please sign in to comment.