We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d16642 commit f9e4b94Copy full SHA for f9e4b94
.github/workflows/main.yml
@@ -98,6 +98,7 @@ jobs:
98
- name: Install
99
run: |
100
pip install flake8 isort black mypy django-stubs dj_database_url types-six types-requests
101
+ pip install "django-stubs<1.13.0" # Remove this line once https://github.com/typeddjango/django-stubs/issues/1227 is fixed
102
python setup.py develop
103
pip install -e .
104
- name: Running Flake8
0 commit comments