Skip to content

Commit

Permalink
chore: update hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Oct 4, 2024
1 parent d0a3894 commit a72ed4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
name: ruff-format
args: [--check]
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.8

- hooks:
- id: mypy
Expand All @@ -34,4 +34,4 @@ repos:
args:
- "--pythonpath=.venv/bin/python"
repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.381
rev: v1.1.382
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dev-dependencies = [
"numpy>=1.24.4",
"dask>=2023.5.0",
"distributed>=2023.5.0",
"ruff==0.6.5",
"ruff==0.6.8",
"pre-commit>=3.5.0",
"poethepoet>=0.27.0",
"joblib-stubs[mypy-strict]",
Expand Down

0 comments on commit a72ed4e

Please sign in to comment.