mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-04 00:52:45 +08:00
Update Black dependency to fix CI lint (#900)
* Update Black dependency to fix CI lint Closes #896. Black 22.3.0 fixes incompatibility with Click 8.1.0: https://github.com/psf/black/pull/2966 This currently causes the CI to fail, e.g. https://github.com/typeddjango/django-stubs/runs/5756075543 * Reformat with Black v22
This commit is contained in:
@@ -28,7 +28,7 @@ repos:
|
||||
types: [pyi]
|
||||
args: ["--profile", "black"]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 21.12b0
|
||||
rev: 22.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
|
||||
Reference in New Issue
Block a user