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

Commit 564b0ca

Browse files
chore(deps): update dependency pylint to <2.16
1 parent 8092b17 commit 564b0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"pytest-cov",
3131
"pytest-lazy-fixture==0.6.3",
3232
"pytest-mock",
33-
"pylint<2.14",
33+
"pylint<2.16",
3434
# we use this to suppress pytest-related false positives in our tests.
3535
"pylint-pytest",
3636
# we use this to suppress some messages in tests, eg: foo/bar naming,

0 commit comments

Comments
 (0)