Skip to content

Commit

Permalink
chore: update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Jan 24, 2025
1 parent 2d6b1fb commit 229c139
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 @@ -15,7 +15,7 @@ repos:
name: ruff-format
args: [--check]
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
rev: v0.9.3

- 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 @@ -49,7 +49,7 @@ test = [
]
dev = [
{ include-group = "test"},
"ruff==0.9.1",
"ruff==0.9.3",
"ipykernel>=6.29.5",
"pre-commit>=4.0.1",
"poethepoet>=0.29.0",
Expand Down

0 comments on commit 229c139

Please sign in to comment.