Skip to content

Commit b28fd04

Browse files
authored
Merge pull request #10 from RytoEX/update-requirements
Update pylint from 2.12.1 to 3.1.0
2 parents 14b73b5 + e8f6717 commit b28fd04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The lintner versions are:
6464
```bash
6565
pycodestyle==2.8.0
6666
pydocstyle==6.1.1
67-
pylint==2.12.1
67+
pylint==3.1.0
6868
mypy==0.910
6969
black==21.11b1
7070
flake8==4.0.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ isort==5.10.1
44
mypy~=0.961
55
pycodestyle==2.8.0
66
pydocstyle==6.1.1
7-
pylint==2.12.1
8-
vulture==2.3
7+
pylint==3.1.0
8+
vulture==2.3

0 commit comments

Comments
 (0)