Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 4f8153e

Browse files
Update dependency pylint to <2.17
1 parent 1a1d203 commit 4f8153e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"pytest-cov",
3232
"pytest-lazy-fixture==0.6.3",
3333
"pytest-mock",
34-
"pylint<2.14",
34+
"pylint<2.17",
3535
# we use this to suppress pytest-related false positives in our tests.
3636
"pylint-pytest",
3737
# we use this to suppress some messages in tests, eg: foo/bar naming,

0 commit comments

Comments
 (0)