Skip to content

Commit 8c52ed0

Browse files
committed
bump pylint and astroid to known-good versions
1 parent 5229fbf commit 8c52ed0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ disable=
109109
W0237, # Argument renamed in override
110110
W0613, # Unused argument
111111
W0621, # Redefining name from outer scope
112+
W0719
112113
W1404, # Implicit string concatenation
113114
W1514, # `open()` used without encoding
114115

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pylint==3.0.0
2-
astroid==3.0.0
1+
pylint==3.0.2
2+
astroid==3.0.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyenchant==3.2.2
2-
pylint==3.0.0
2+
pylint==3.0.2

0 commit comments

Comments
 (0)