Skip to content

Commit

Permalink
Update hook
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienVannson committed Nov 13, 2024
1 parent 97983b3 commit f6eb297
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ ci:
autofix_prs: false

repos:
- repo: https://github.com/astral-sh/ruff
rev: 0.6.9
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
hooks:
- id: ruff-format
args: ["--diff", "src", "tests"]
- id: ruff
args: ["format", "--diff", "src", "tests"]
- id: ruff
args: ["check", "--select", "I", "src", "tests"]
args: ["--select", "I", "src", "tests"]

- repo: https://github.com/PyCQA/doc8
rev: 0.10.1
Expand Down

0 comments on commit f6eb297

Please sign in to comment.