Skip to content

Commit

Permalink
Merge pull request #157 from numba/renovate/psf-black-24.x
Browse files Browse the repository at this point in the history
Update pre-commit hook psf/black to v24.10.0
  • Loading branch information
esc authored Oct 21, 2024
2 parents 2c45167 + 31af861 commit 420ae0e
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 @@ -17,7 +17,7 @@ repos:
args: ["--py38-plus"]
# Black
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
language_version: python3
Expand Down

0 comments on commit 420ae0e

Please sign in to comment.