Skip to content

Commit

Permalink
Run ruff during pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoumis committed Mar 6, 2024
1 parent 1b03234 commit 1d21c64
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 @@ -16,6 +16,12 @@ repos:
# hooks:
# - id: pyproject-flake8

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
hooks:
- id: ruff
args: [ --fix ]

- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
Expand Down

0 comments on commit 1d21c64

Please sign in to comment.