Skip to content

Commit

Permalink
Only run black on 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgriffith committed Jun 19, 2024
1 parent b784bea commit ff4151f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-test.txt
pip install coveralls black==24.4.2 flake8 setuptools wheel twine
pip install coveralls flake8 setuptools wheel twine
- name: Verify Code with Black
if: ${{ matrix.python-version != '3.7' }}
run: |
pip install black==24.4.2
black --check puremagic test
- name: Lint with flake8
Expand Down

0 comments on commit ff4151f

Please sign in to comment.