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 11, 2025
1 parent 242ff3f commit dd8427c
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 @@ -16,7 +16,7 @@ repos:
name: ruff-format
args: [--check]
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.9.1

- hooks:
- id: mypy
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ joblib-dependencies = [
]
dev = [
{ include-group = "joblib-dependencies" },
"ruff==0.8.4",
"ruff==0.9.1",
"pre-commit>=3.5.0",
"poethepoet>=0.27.0",
"joblib-stubs[mypy-strict]",
Expand Down

0 comments on commit dd8427c

Please # to comment.