Skip to content

Commit

Permalink
Update dependency ruff to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 4, 2024
1 parent 9f13a8c commit 4fc6639
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
env:
EARTHLY_CI: true
run: earthly +lint
- uses: "pre-commit/action@v3.0.1"
- uses: "pre-commit/action@v3.0.0"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# renovate: datasource=pypi depName=ruff
rev: v0.1.6
rev: v0.4.3
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pre-commit==3.5.0
pyright==1.1.338
pytest==7.4.3
pyyaml==6.0.1
ruff==0.1.6
ruff==0.4.3

0 comments on commit 4fc6639

Please sign in to comment.