Skip to content

Commit

Permalink
Merge pull request #1999 from rkoumis/install-ruff-in-pre-commit
Browse files Browse the repository at this point in the history
Run ruff during pre-commit checks
  • Loading branch information
doomedraven authored Mar 7, 2024
2 parents 1b03234 + 1d21c64 commit 9f85988
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 9f85988

Please sign in to comment.