Skip to content

Commit

Permalink
Merge pull request #162 from OFFIS-DAI/update_precommit
Browse files Browse the repository at this point in the history
update ruff version in pre-commit
  • Loading branch information
rcschrg authored Feb 10, 2025
2 parents c2c80b1 + 7296c13 commit 5c68841
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 @@ -5,15 +5,15 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.9
rev: v0.9.5
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace

0 comments on commit 5c68841

Please sign in to comment.