We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affc964 commit 12235d7Copy full SHA for 12235d7
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Install dependencies
92
run: |
93
python -m pip install -U pip
94
- python -m pip install -e . -r requirements.txt black mypy
+ python -m pip install -e . -r requirements.txt
95
- name: Lint
96
97
make lint
requirements.txt
@@ -1,5 +1,7 @@
1
+black >= 19.10b0; implementation_name == "cpython"
2
flake8
3
isort
4
+mypy >= 0.770; implementation_name == "cpython"
5
pytest
6
pytest-cov
7
setuptools_scm
0 commit comments