Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version
rev: v0.9.6
rev: v0.15.7
Copy link
Copy Markdown
Member Author

@EZoni EZoni Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ax3l

Note that I had to update the version manually, because it does not get auto-updated (as in, e.g., BLAST-WarpX/warpx#6700) even though pre-commit.ci is set up correctly. It may have something to do with some settings of the original repository from which pals-python was forked.

hooks:
# Run the linter
- id: ruff
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
# Run the formatter
- id: ruff-format
Loading