Skip to content

Commit

Permalink
⬆️ bump ruff to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Jan 3, 2025
1 parent 90583d7 commit 98e0cac
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.8.5
hooks:
- id: ruff
args: [--fix, --show-fixes]
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 @@ mdformat = [
lint = [
{include-group = "extras"},
{include-group = "mdformat"},
"ruff>=0.8.4",
"ruff>=0.8.5",
"sp-repo-review[cli]>=2024.8.19",
]
typecheck = [
Expand Down
Loading

0 comments on commit 98e0cac

Please sign in to comment.