Skip to content

Commit

Permalink
ci: Update pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Jan 24, 2024
1 parent 6bdc915 commit 3ff1889
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
hooks:
- id: ruff-format
- id: ruff
args:
- --fix
- --error-zero-on-fix
types_or:
- python
- pyi
- jupyter
- id: ruff-format
types_or:
- python
- pyi
Expand Down

0 comments on commit 3ff1889

Please sign in to comment.