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 8afbb79 commit 97a44c7Copy full SHA for 97a44c7
.github/workflows/python.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies and linters
27
run: |
28
python -m pip install --upgrade pip
29
- pip install ruff bandit mypy pytest codespell -r requirements.txt || pip install --editable .
+ pip install ruff bandit mypy pytest codespell
30
31
- name: Run Ruff checks with ignored rules
32
0 commit comments