We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a559e7c commit 0143891Copy full SHA for 0143891
pylintrc
@@ -83,6 +83,8 @@ disable=
83
bad-continuation,
84
# Disable while we still support Python 2:
85
useless-object-inheritance,
86
+ super-with-arguments,
87
+ raise-missing-from,
88
# Messages that are noisy for now, eventually maybe we'll turn them on:
89
invalid-name,
90
protected-access,
requirements/dev.pip
@@ -14,11 +14,11 @@ pluggy==0.13.1
14
15
# for linting.
16
greenlet==0.4.16
17
-pylint==2.5.3
18
-check-manifest==0.42
+pylint==2.6.0
+check-manifest==0.46
19
readme_renderer==26.0
20
21
# for kitting.
22
-requests==2.24.0
23
-twine==3.2.0
24
-libsass==0.20.0
+requests==2.25.1
+twine==3.3.0
+libsass==0.20.1
0 commit comments