Skip to content

Commit

Permalink
⬆️ bump ruff to 0.8.4 and mdformat to 0.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Dec 19, 2024
1 parent 695c003 commit 24a7db1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: markdownlint

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19
rev: 0.7.20
hooks:
- id: mdformat
additional_dependencies:
Expand All @@ -56,7 +56,7 @@ repos:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.8.4
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 @@ -40,7 +40,7 @@ lint = [
{include-group = "scipy"},
"mdformat-gfm>=0.4.1",
"mdformat-gfm-alerts>=1.0.1,<2",
"ruff>=0.8.3",
"ruff>=0.8.4",
"sp-repo-review[cli]>=2024.8.19",
]
typecheck = [
Expand Down
52 changes: 26 additions & 26 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24a7db1

Please sign in to comment.