Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent fb6fbbf commit b77d363
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 @@ -31,7 +31,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 @@ -46,14 +46,14 @@ repos:

# Check for spelling
- repo: https://github.com/codespell-project/codespell
rev: "v2.3.0"
rev: "v2.4.0"
hooks:
- id: codespell
args: ["-L", "wille,linz", "--skip", "*.ipynb,*.bib"]

# 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]

0 comments on commit b77d363

Please sign in to comment.