Skip to content

Commit

Permalink
chore: update pylint (etc) versions
Browse files Browse the repository at this point in the history
Also: suppress some Python 3-only suggestions until later.
  • Loading branch information
nedbat committed Jan 27, 2021
1 parent a559e7c commit 0143891
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0143891

Please sign in to comment.