Skip to content

Commit

Permalink
bump ruff to 0.9.4 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham authored Feb 5, 2025
1 parent 9565db1 commit 6beaa1a
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 @@ -35,7 +35,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/adamchainz/blacken-docs
rev: "1.19.1"
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies:
Expand All @@ -52,7 +52,7 @@ repos:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.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 @@ dependencies = ["typing-extensions>=4.10; python_version<'3.13'"]
[dependency-groups]
extra = ["optype[numpy]"]
lint = [
"ruff>=0.9.3",
"ruff>=0.9.4",
"sp-repo-review[cli]>=2025.1.22",
]
type = [
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 6beaa1a

Please sign in to comment.