Skip to content

Commit 0143891

Browse files
committed
chore: update pylint (etc) versions
Also: suppress some Python 3-only suggestions until later.
1 parent a559e7c commit 0143891

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pylintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ disable=
8383
bad-continuation,
8484
# Disable while we still support Python 2:
8585
useless-object-inheritance,
86+
super-with-arguments,
87+
raise-missing-from,
8688
# Messages that are noisy for now, eventually maybe we'll turn them on:
8789
invalid-name,
8890
protected-access,

requirements/dev.pip

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ pluggy==0.13.1
1414

1515
# for linting.
1616
greenlet==0.4.16
17-
pylint==2.5.3
18-
check-manifest==0.42
17+
pylint==2.6.0
18+
check-manifest==0.46
1919
readme_renderer==26.0
2020

2121
# for kitting.
22-
requests==2.24.0
23-
twine==3.2.0
24-
libsass==0.20.0
22+
requests==2.25.1
23+
twine==3.3.0
24+
libsass==0.20.1

0 commit comments

Comments
 (0)