Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8f6717

Browse files
committed
Update pylint from 2.12.1 to 3.1.0
When trying to add Python 3.11 and 3.12, tests failed due to adependency chain issue with the chain starting at pylint and ending atan outdated version of wrapt that did not support Python 3.11+. Theearliest version of pylint with an updated version of wrapt is pylint2.15. However, pylint 3.1.0 is the current version, so use that instead.
1 parent14b73b5 commite8f6717

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)

[8]ページ先頭

©2009-2025 Movatter.jp