Skip to content

Commit

Permalink
Merge pull request #10 from RytoEX/update-requirements
Browse files Browse the repository at this point in the history
Update pylint from 2.12.1 to 3.1.0
  • Loading branch information
marian-code committed Apr 3, 2024
2 parents 14b73b5 + e8f6717 commit b28fd04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The lintner versions are:
```bash
pycodestyle==2.8.0
pydocstyle==6.1.1
pylint==2.12.1
pylint==3.1.0
mypy==0.910
black==21.11b1
flake8==4.0.1
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ isort==5.10.1
mypy~=0.961
pycodestyle==2.8.0
pydocstyle==6.1.1
pylint==2.12.1
vulture==2.3
pylint==3.1.0
vulture==2.3

0 comments on commit b28fd04

Please sign in to comment.