Skip to content

Commit

Permalink
Merge pull request gammapy#5606 from meeseeksmachine/auto-backport-of…
Browse files Browse the repository at this point in the history
…-pr-5550-on-v1.3.x

Backport PR gammapy#5550 on branch v1.3.x (Update pre-commit)
  • Loading branch information
registerrier authored Nov 25, 2024
2 parents 3320527 + d936317 commit e7f99df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.7.3
hooks:
- id: ruff
name: ruff linting
args: ["--config=pyproject.toml"]
args: ["--config=pyproject.toml", "--fix", "--show-fixes"]
- id : ruff-format
name: ruff formatting
args: ["--config=pyproject.toml"]


0 comments on commit e7f99df

Please sign in to comment.