File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,17 @@ steps:
5252## Details
5353
5454Uses ` actions/setup-python@v2`. Only python `3.6` - `3.10` version are tested since
55- they are by far most common now. Other python `3.x` versions should also work.
56- Any python `2.x` versions are unsupported!
55+ they are by far most common now. Other python `3.x` versions should also work.
56+ Any python `2.x` versions are unsupported! You can lint on Linux, Windows and MacOS.
5757
5858The lintner versions are :
5959
6060` ` ` bash
61- pycodestyle==2.6.0
62- pydocstyle==5 .1.1
63- pylint==2.6.0
64- mypy==0.800
65- black==20.8b1
61+ pycodestyle==2.8.0 # from 3.5
62+ pydocstyle==6 .1.1
63+ pylint==2.12.1
64+ mypy==0.910
65+ black==21.11b1
6666flake8==3.8.4
6767vulture==2.3
6868isort==isort-5.7.0
Original file line number Diff line number Diff line change 1- black == 20.8b1
2- flake8 == 3.8.4
3- isort == 5.7.0
4- mypy == 0.800
5- pycodestyle == 2.6 .0
6- pydocstyle == 5 .1.1
7- pylint == 2.6.0
1+ black == 21.11b1
2+ flake8 == 4.0.1
3+ isort == 5.10.1
4+ mypy == 0.910
5+ pycodestyle == 2.8 .0
6+ pydocstyle == 6 .1.1
7+ pylint == 2.12.1
88vulture == 2.3
You can’t perform that action at this time.
0 commit comments