forked fromrahul-deepsource/pyaction
- Notifications
You must be signed in to change notification settings - Fork10
Commite8f6717
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
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
| 8 | + |
0 commit comments
Comments
(0)