Skip to content

Commit

Permalink
chore: update version of black for pre-commit
Browse files Browse the repository at this point in the history
The version of `black` needs to be updated to be in sync with what is
in `requirements-lint.txt`
  • Loading branch information
JohnVillalovos committed Feb 5, 2024
1 parent 7dc2fa6 commit 3501716
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 @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
Expand Down

0 comments on commit 3501716

Please sign in to comment.