Skip to content

Commit 5e6579f

Browse files
committed
update lintners
1 parent a2f413d commit 5e6579f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ steps:
5252
## Details
5353
5454
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.
5757

5858
The 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
6666
flake8==3.8.4
6767
vulture==2.3
6868
isort==isort-5.7.0

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
88
vulture==2.3

0 commit comments

Comments
 (0)