Skip to content

Commit

Permalink
Merge pull request #486 from robbievanleeuwen/dependency/ruff-0.7.4
Browse files Browse the repository at this point in the history
Bump astral-sh/ruff from 0.7.1 to 0.7.4
  • Loading branch information
robbievanleeuwen authored Nov 16, 2024
2 parents da4970a + d581036 commit ac6a850
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.4
hooks:
- id: ruff
args: [ --fix ]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ docs = [
]
lint = [
"pre-commit==4.0.1",
"ruff==0.7.1",
"ruff==0.7.4",
"pyright==1.1.387",
]
test = [
Expand Down
44 changes: 22 additions & 22 deletions uv.lock

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

0 comments on commit ac6a850

Please sign in to comment.