Merge pull request #423 from topoteretes/update_ruff_version

Match Ruff version in config to the one in github actions
This commit is contained in:
Vasilije 2025-01-10 14:00:18 +01:00 committed by GitHub
commit 892666caec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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