We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7eb7d commit bb84993Copy full SHA for bb84993
2 files changed
.github/workflows/black-check.yml
@@ -27,8 +27,6 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
python -m pip install black
30
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Check formatting with black
32
33
- shopt -s globstar
34
black --check .
.github/workflows/tests.yml
@@ -28,8 +28,7 @@ jobs:
- name: Install dependencies
- python -m pip install flake8 pytest setuptools wheel
+ python -m pip install flake8 pytest setuptools wheel uv
- name: Lint with flake8
35
# stop the build if there are Python syntax errors or undefined names
0 commit comments