We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb031e3 + b1c4d06 commit af4dca0Copy full SHA for af4dca0
.github/workflows/python-package.yml
@@ -27,7 +27,6 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- python -m pip install flake8 pytest codecov coverage
31
pip install -r requirements_dev.txt
32
- name: Lint with flake8
33
requirements_dev.txt
@@ -2,6 +2,7 @@ Click==7.1.2
2
codecov==2.1.11
3
coverage==5.3.1
4
flake8==3.8.4
5
+flake8-polyfill==1.0.2
6
mypy==0.790
7
pathlib2==2.3.5
8
pip==20.3.3
@@ -11,7 +12,7 @@ pytest-cov==2.10.1
11
12
pytest-flake8==1.0.7
13
pytest-mypy==0.8.0
14
# pytest-annotate==1.0.2
-radon==4.2.0
15
+radon==4.3.2
16
setuptools==51.0.0
17
setuptools_scm==5.0.1
18
Sphinx==3.4.0
0 commit comments