Skip to content

Commit

Permalink
pre-commit: call ruff during git-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
schuellerf authored and supakeen committed Jun 5, 2024
1 parent d881433 commit 9841662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ repos:
hooks:
- id: pyspelling
args: ["--config", ".spellcheck.yml"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.7
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

0 comments on commit 9841662

Please sign in to comment.