Skip to content

Commit

Permalink
Fix precommit syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shenvitor committed May 15, 2024
1 parent 5dbf6b8 commit 3bb82ba
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@ repos:
rev: v0.9.1rc1
hooks:
- id: taplo

- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.4
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi, jupyter ]
rev: v0.4.4
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
types_or: [python, pyi, jupyter]

0 comments on commit 3bb82ba

Please sign in to comment.