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:
52
52
## Details
53
53
54
54
Uses ` 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.
57
57
58
58
The lintner versions are :
59
59
60
60
` ` ` 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
66
66
flake8==3.8.4
67
67
vulture==2.3
68
68
isort==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
8
8
vulture == 2.3
You can’t perform that action at this time.
0 commit comments