Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#5477)
Browse files Browse the repository at this point in the history
* Auto-update pre-commit hooks (#5475)

Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>

* Auto-update pre-commit hooks

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and browniebroke authored Oct 17, 2024
1 parent 9f0b446 commit 6d64187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
- id: flake8

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.3.1"
rev: "2.4.3"
hooks:
- id: pyproject-fmt

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
Expand Up @@ -35,7 +35,7 @@ repos:

# Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
# Linter
- id: ruff
Expand Down

0 comments on commit 6d64187

Please sign in to comment.