Skip to content

Commit

Permalink
Update Black dependency to fix CI lint
Browse files Browse the repository at this point in the history
Closes typeddjango#896.

Black 22.3.0 fixes incompatibility with Click 8.1.0:
psf/black#2966

This currently causes the CI to fail, e.g. https://github.com/typeddjango/django-stubs/runs/5756075543
  • Loading branch information
intgr committed Mar 30, 2022
1 parent 4e3f9d6 commit 52b6977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
black==22.1.0
black==22.3.0
requests==2.27.1
coreapi==2.3.3
gitpython==3.1.27
Expand Down

0 comments on commit 52b6977

Please sign in to comment.