Skip to content

Commit af4dca0

Browse files
authored
Merge pull request #442 from NeonGraal/pyup-update-radon-4.2.0-to-4.3.2
Update radon to 4.3.2
2 parents bb031e3 + b1c4d06 commit af4dca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install flake8 pytest codecov coverage
3130
pip install -r requirements_dev.txt
3231
- name: Lint with flake8
3332
run: |

requirements_dev.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Click==7.1.2
22
codecov==2.1.11
33
coverage==5.3.1
44
flake8==3.8.4
5+
flake8-polyfill==1.0.2
56
mypy==0.790
67
pathlib2==2.3.5
78
pip==20.3.3
@@ -11,7 +12,7 @@ pytest-cov==2.10.1
1112
pytest-flake8==1.0.7
1213
pytest-mypy==0.8.0
1314
# pytest-annotate==1.0.2
14-
radon==4.2.0
15+
radon==4.3.2
1516
setuptools==51.0.0
1617
setuptools_scm==5.0.1
1718
Sphinx==3.4.0

0 commit comments

Comments
 (0)