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

Commit 8ca3423

Browse files
chore(deps): update dependency pylint to <2.15
1 parent e6d29ff commit 8ca3423

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
@@ -28,7 +28,7 @@
2828
"pytest-cov",
2929
"pytest-lazy-fixture==0.6.3",
3030
"pytest-mock",
31-
"pylint<2.14",
31+
"pylint<2.15",
3232
# we use this to suppress pytest-related false positives in our tests.
3333
"pylint-pytest",
3434
# we use this to suppress some messages in tests, eg: foo/bar naming,

0 commit comments

Comments
 (0)