Skip to content

Commit

Permalink
upgrade Black in pre-commit hook (old version stopped working with cl…
Browse files Browse the repository at this point in the history
…ick)
  • Loading branch information
PetrDlouhy committed Sep 21, 2022
1 parent 9ffb60f commit 192e529
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 @@ -5,7 +5,7 @@ repos:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/python/black
rev: 21.11b1
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit 192e529

Please sign in to comment.