Skip to content

Commit

Permalink
chore: update ruff, hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Oct 27, 2024
1 parent b91acc7 commit d16dac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.1
rev: v0.6.2

- 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.8
rev: v0.7.1

- 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 @@ -44,7 +44,7 @@ test = [
]
dev = [
{ include-group = "test"},
"ruff==0.6.8",
"ruff==0.7.1",
"ipykernel>=6.29.0",
"pre-commit>=3.5.0",
"poethepoet>=0.27.0",
Expand Down

0 comments on commit d16dac0

Please sign in to comment.