Skip to content

Commit

Permalink
Bump pre-commit deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Jul 15, 2024
1 parent 246aa78 commit a73a0a9
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 @@ -10,13 +10,13 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.9
rev: v0.5.2
hooks:
- id: ruff
args: [--fix, --select, I, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.367
rev: v1.1.371
hooks:
- id: pyright
additional_dependencies: [cython, httpretty, numpy, pytest]

0 comments on commit a73a0a9

Please sign in to comment.