Skip to content

Commit

Permalink
Updated Black pre-commit hook to the latest available version
Browse files Browse the repository at this point in the history
The previous version no longer works due to breaking changes made to some of
the dependencies of Black.
  • Loading branch information
Tenzer committed Oct 10, 2024
1 parent 655dca6 commit 86927bf
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/python/black
rev: 19.3b0
rev: 24.10.0
hooks:
- id: black
language_version: python3.9
Expand Down

0 comments on commit 86927bf

Please sign in to comment.