Skip to content

Commit

Permalink
update pre-commit hooks (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham authored Jan 28, 2025
2 parents b942f33 + 1e05f2f commit a7fb9c6
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 @@ -52,7 +52,7 @@ repos:
types_or: [yaml, html, css, scss, javascript, json]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint

Expand All @@ -63,12 +63,12 @@ repos:
additional_dependencies: [black==24.*]

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell

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

0 comments on commit a7fb9c6

Please sign in to comment.