Skip to content

Commit

Permalink
Merge pull request #1295 from gammasim/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
orelgueta authored Dec 30, 2024
2 parents da9cf31 + ab72fcb commit c09f38b
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 @@ -6,7 +6,7 @@ repos:
args: ["--line-length=100"]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff
rev: v0.8.3
rev: v0.8.4
hooks:
- id: ruff
args: ["--fix"]
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:
args: ["--verbose", "2", "--fail-under", "70.", "src/simtools"]
# Github action
- repo: https://github.com/rhysd/actionlint
rev: v1.7.4
rev: v1.7.5
hooks:
- id: actionlint
# https://pyproject-fmt.readthedocs.io/en/latest/
Expand Down

0 comments on commit c09f38b

Please sign in to comment.