Skip to content

Commit

Permalink
Update pre-commit to use ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
nexy7574 committed Nov 10, 2023
1 parent f506687 commit c6162b3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ repos:
rev: v2.3.0
hooks:
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 23.1.0
- id: check-ast
- id: check-merge-conflict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5
hooks:
- id: black
- id: ruff
args: [ --fix ]
- id: ruff-format

0 comments on commit c6162b3

Please sign in to comment.