mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
upgrade Black in pre-commit hook (old version stopped working with click)
This commit is contained in:
parent
9ffb60fa04
commit
192e529b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue