mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-30 08:04:25 +08:00
* 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
14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
black==22.3.0
|
|
requests==2.27.1
|
|
coreapi==2.3.3
|
|
gitpython==3.1.27
|
|
pre-commit==2.17.0
|
|
pytest==7.1.1
|
|
pytest-mypy-plugins==1.9.3
|
|
psycopg2-binary
|
|
-e ./django_stubs_ext
|
|
-e .
|
|
|
|
# Overrides:
|
|
mypy==0.942
|