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 2072e8f commit c9e4a92
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 @@ -5,7 +5,7 @@ repos:
- "-a ruff:ruff:v:"
- "-a ruff:ruff-format:v:"
repo: https://github.com/phi-friday/sync-uv-pre-commit
rev: v0.5.0
rev: v0.5.1

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

- 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.379
rev: v1.1.382
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ docs = [
[tool.uv]
managed = true
dev-dependencies = [
"ruff==0.6.4",
"ruff==0.6.8",
"ipykernel>=6.29.0",
"pre-commit>=3.5.0",
"async_wrapper[uvloop,sqlalchemy,test]",
Expand Down

0 comments on commit c9e4a92

Please sign in to comment.