Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Oct 2, 2024
1 parent 7ce8b43 commit abae9ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repos:
- id: shellcheck
args: [--exclude, SC1017]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.2
hooks:
- id: mypy
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.4.7'
rev: 'v0.6.8'
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit abae9ec

Please sign in to comment.