Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
Don't run reorder-python-imports as there is a conflict with black, see psf/black#4175
  • Loading branch information
jwillemsen committed Jul 20, 2024
1 parent 4ee043a commit 9a741f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Python modules
run: |
pip install --constraint=.github/workflows/constraints.txt pre-commit black flake8 reorder-python-imports
pip install --constraint=.github/workflows/constraints.txt pre-commit black flake8
- name: Run pre-commit on all files
run: |
Expand Down

0 comments on commit 9a741f7

Please sign in to comment.