Skip to content

Commit

Permalink
Merge pull request #423 from topoteretes/update_ruff_version
Browse files Browse the repository at this point in the history
Match Ruff version in config to the one in github actions
  • Loading branch information
Vasilije1990 authored Jan 10, 2025
2 parents 64e803b + 8327c05 commit 892666c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.3
rev: v0.9.0
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit 892666c

Please sign in to comment.