Skip to content

Commit

Permalink
Auto-update pre-commit hooks (#5274)
Browse files Browse the repository at this point in the history
Co-authored-by: browniebroke <[email protected]>
  • Loading branch information
github-actions[bot] and browniebroke authored Aug 4, 2024
1 parent a2b1055 commit 739ba62
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 @@ -33,7 +33,7 @@ repos:
exclude: hooks/

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

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.5.5
rev: v0.5.6
hooks:
# Linter
- id: ruff
Expand Down

0 comments on commit 739ba62

Please sign in to comment.