Skip to content

Commit c8a3eb9

Browse files
moodyjoneukreign
authored andcommitted
Bump pylint version. Old pylint did not find standard library stuff on 3.9.12.
1 parent 2021362 commit c8a3eb9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ disable=
2828
no-else-return,
2929
cyclic-import,
3030
missing-docstring,
31+
consider-using-f-string,
32+
no-self-use,
33+
try-except-raise,
3134
duplicate-code,
3235
expression-not-assigned,
3336
inconsistent-return-statements,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
],
5151
extras_require={
5252
'lint': [
53-
'pylint==2.10.0'
53+
'pylint==2.13.9'
5454
],
5555
'test': [
5656
'coverage',

0 commit comments

Comments
 (0)