We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d7df6 commit 71751e7Copy full SHA for 71751e7
2 files changed
.github/workflows/on-pull-request.yml
@@ -15,3 +15,5 @@ jobs:
15
python-version: "3.13"
16
- name: flake8 Lint
17
uses: py-actions/flake8@v2
18
+ with:
19
+ path: plugin_code/
plugin_code/plugin_upload.py
@@ -10,7 +10,7 @@
10
import xmlrpc.client
11
from optparse import OptionParser
12
13
-standard_library.install_aliases() # type: ignore
+standard_library.install_aliases() # type: ignore
14
# Configuration
PROTOCOL = 'https'
0 commit comments