Skip to content

Commit 825a90e

Browse files
committed
pylint: Upgrade to latest version
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 3b49f4f commit 825a90e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/api/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements-tests.txt
22
pycodestyle==2.8.0
3-
pylint==3.1.0
3+
pylint==4.0.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tests = [
4343
dev = [
4444
"kernelci-api[tests]",
4545
"pycodestyle == 2.8.0",
46-
"pylint == 3.1.0",
46+
"pylint == 4.0.4",
4747
]
4848

4949
[project.urls]

0 commit comments

Comments
 (0)