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 Aug 10, 2024
1 parent 46c362d commit 7e7f39c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
name: ruff-format
args: [--check]
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.7

- hooks:
- id: pyright
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test = ["pytest>=8.0.2", "trio>=0.24.0"]
[tool.rye]
managed = true
dev-dependencies = [
"ruff==0.5.5",
"ruff==0.5.7",
"ipykernel>=6.29.3",
"pre-commit>=3.5.0",
"pyyaml>=6.0.1",
Expand Down

0 comments on commit 7e7f39c

Please sign in to comment.