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 16f505a commit 50d7d21Copy full SHA for 50d7d21
.github/workflows/ci.yml
@@ -24,10 +24,12 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- python -m pip install mypy pylint
+ python -m pip install mypy pylint argcomplete
28
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29
- name: ruff
30
uses: astral-sh/ruff-action@v3
31
+ with:
32
+ version: latest
33
- name: mypy
34
35
mypy .
0 commit comments