Skip to content

Commit

Permalink
Updated pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Jan 30, 2025
1 parent 1b3f0db commit 5bd86b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
- id: requirements-txt-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.9.2
rev: v0.9.4
hooks:
# Run the linter.
- id: ruff
Expand All @@ -54,7 +54,7 @@ repos:
- id: python-use-type-annotations
- id: text-unicode-replacement-char
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies: ["tomli"]
Expand Down

0 comments on commit 5bd86b7

Please sign in to comment.