summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-01-27 18:50:46 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-01-27 18:50:46 -0500
commit0143891b04c0c800fe1a508ab424cbe825f4210b (patch)
treec5bc87babdeb2085761518e7944051a1df5dcc1c
parenta559e7cc2cd4de6095aa84347e36a7c526cd6147 (diff)
downloadpython-coveragepy-git-0143891b04c0c800fe1a508ab424cbe825f4210b.tar.gz
chore: update pylint (etc) versions
Also: suppress some Python 3-only suggestions until later.
-rw-r--r--pylintrc2
-rw-r--r--requirements/dev.pip10
2 files changed, 7 insertions, 5 deletions
diff --git a/pylintrc b/pylintrc
index d250e9b9..cfe67f96 100644
--- a/pylintrc
+++ b/pylintrc
@@ -83,6 +83,8 @@ disable=
bad-continuation,
# Disable while we still support Python 2:
useless-object-inheritance,
+ super-with-arguments,
+ raise-missing-from,
# Messages that are noisy for now, eventually maybe we'll turn them on:
invalid-name,
protected-access,
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 2cd0fe0e..321dd156 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -14,11 +14,11 @@ pluggy==0.13.1
# for linting.
greenlet==0.4.16
-pylint==2.5.3
-check-manifest==0.42
+pylint==2.6.0
+check-manifest==0.46
readme_renderer==26.0
# for kitting.
-requests==2.24.0
-twine==3.2.0
-libsass==0.20.0
+requests==2.25.1
+twine==3.3.0
+libsass==0.20.1