Skip to content

Commit

Permalink
Update ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
surenkov committed Jan 14, 2025
1 parent 104246c commit 658b984
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 @@ -7,7 +7,7 @@ repos:
- id: check-hooks-apply
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.3
rev: v0.9.1
hooks:
# Run the linter.
- id: ruff
Expand All @@ -17,4 +17,4 @@ repos:
# Run the formatter.
- id: ruff-format
files: "^django_pydantic_field/"
exclude: ^.*\b(\.pytest_cache|\.venv|venv).*\b.*$
exclude: ^.*\b(\.pytest_cache|\.venv|venv).*\b.*$

0 comments on commit 658b984

Please sign in to comment.