Skip to content

Commit

Permalink
chore: update ruff, pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Sep 18, 2024
1 parent b1a38bc commit d0a3894
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- "-a mypy:mypy:v:"
- "-e mypy-strict"
repo: https://github.com/phi-friday/sync-uv-pre-commit
rev: v0.5.0
rev: v0.5.1

- hooks:
- id: ruff
Expand All @@ -16,7 +16,7 @@ repos:
name: ruff-format
args: [--check]
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.4
rev: v0.6.5

- 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.379
rev: v1.1.381
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.4",
"ruff==0.6.5",
"pre-commit>=3.5.0",
"poethepoet>=0.27.0",
"joblib-stubs[mypy-strict]",
Expand Down

0 comments on commit d0a3894

Please sign in to comment.