We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd09f8 commit caeb9fcCopy full SHA for caeb9fc
1 file changed
.github/workflows/ci-ubuntu-latest.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Python lint test
33
run: |
34
sudo apt-get install python3-colorlog python3-paramiko python3-libvirt -y
35
- sudo pip3 install pylint==2.14.5
+ sudo pip3 install pylint==3.3.4
36
pylint libvirtnbdbackup
37
pylint virtnbd-nbdkit-plugin
38
- name: Python typing tests
0 commit comments