Skip to content

Commit

Permalink
Update ruff pre-commit call (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear authored Jun 24, 2024
1 parent e08942b commit 13afd29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ repos:
- id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.2.1
rev: v0.4.10
hooks:
# Run the linter.
- id: ruff
args: [--fix]
types_or: [ python, pyi, jupyter ]
args: [ --fix ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi, jupyter ]
- repo: https://github.com/rstcheck/rstcheck
rev: "v6.2.0"
hooks:
Expand Down

0 comments on commit 13afd29

Please sign in to comment.