Skip to content

Commit

Permalink
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.4…
Browse files Browse the repository at this point in the history
….4 (#65)

Co-authored-by: anaconda-renovate[bot] <anaconda-renovate[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 208d3d9 commit 4712cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: pretty-format-yaml
args: [--autofix]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.4.4
hooks:
# lint & attempt to correct failures
- id: ruff
Expand Down

1 comment on commit 4712cbc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/anaconda_pre_commit_hooks
   __init__.py00100% 
   add_renovate_annotations.py1151884%46–49, 60–62, 107, 141, 150, 165, 218, 224–229
tests
   test_generate_renovate_annotations.py450100% 
TOTAL1601888% 

Please sign in to comment.