Skip to content

Commit

Permalink
chore(deps): renovate: astral-sh/ruff-pre-commit to v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent b925e7d commit 38b7502
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: ^{{cookiecutter.project_slug}}/|^tests/data/test_package_generation/
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.5
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion tests/data/test_package_generation/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.5
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.5
hooks:
- id: ruff
- id: ruff-format
Expand Down

0 comments on commit 38b7502

Please sign in to comment.