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 ce7b290 commit 29f7c65Copy full SHA for 29f7c65
.github/workflows/pylint.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install pylint
26
+ pip install pylint flet
27
28
- name: Run Pylint
29
0 commit comments