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 Dec 26, 2024
1 parent 7d3e63a commit 75d6209
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ repos:
args:
- "-a ruff:ruff:v:"
- "-a ruff:ruff-format:v:"
- "-g dev"
repo: https://github.com/phi-friday/sync-uv-pre-commit
rev: v0.6.2
rev: v0.6.3

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

- hooks:
- id: pyright
Expand All @@ -24,4 +25,4 @@ repos:
args:
- "--pythonpath=.venv/bin/python"
repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.382
rev: v1.1.389
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test = [
]
dev = [
{ include-group = "test"},
"ruff==0.7.1",
"ruff==0.8.4",
"ipykernel>=6.29.0",
"pre-commit>=3.5.0",
"poethepoet>=0.27.0",
Expand Down

0 comments on commit 75d6209

Please sign in to comment.