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 4552ba8 commit d0f9f43Copy full SHA for d0f9f43
.github/workflows/lint-format.yml
@@ -20,6 +20,7 @@ jobs:
20
21
- name: Install dependencies
22
run: |
23
+ pip install -r requirements.txt
24
python -m pip install --upgrade pip
25
pip install pylint
26
pip install pylint black
0 commit comments