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 7, 2024
1 parent 59de638 commit be9275b
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 @@ -14,7 +14,7 @@ repos:
name: ruff-format
args: [--check]
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.4

- hooks:
- id: pyright
Expand All @@ -24,4 +24,4 @@ repos:
args:
- "--pythonpath=.venv/bin/python"
repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.375
rev: v1.1.379
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ docs = [
[tool.uv]
managed = true
dev-dependencies = [
"ruff==0.5.7",
"ruff==0.6.4",
"ipykernel>=6.29.0",
"pre-commit>=3.5.0",
"async_wrapper[uvloop,sqlalchemy,test]",
Expand Down

0 comments on commit be9275b

Please sign in to comment.