Skip to content

Commit

Permalink
build(deps): upgrade to ruff 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Aug 16, 2024
1 parent 1fd4e31 commit bcb672d
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 @@ -12,9 +12,9 @@ repos:
- id: check-toml
- id: fix-byte-order-marker
- id: mixed-line-ending
- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
# renovate: datasource=pypi;depName=ruff
rev: "v0.4.4"
rev: "v0.6.1"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dev = [
lint = [
"black==24.4.2",
"codespell[toml]==2.3.0",
"ruff==0.4.4",
"ruff==0.6.1",
"yamllint==1.35.1"
]
types = [
Expand Down

0 comments on commit bcb672d

Please sign in to comment.