Skip to content

Commit

Permalink
yapf requires toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fsschneider committed Jan 15, 2025
1 parent 8327283 commit c8dc704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install yapf
run: |
python -m pip install --upgrade pip
pip install yapf==0.32
pip install yapf==0.32 toml
- name: Run yapf
run: |
yapf . --diff --recursive

0 comments on commit c8dc704

Please sign in to comment.