Skip to content

Commit

Permalink
github workflows: please do not check '' vs ""
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed May 5, 2024
1 parent 89750d0 commit d50051a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Dependencies
run: pip3 install black
- name: Run black
run: 'black --check --diff .'
run: 'black --check --diff --skip-string-normalization .'
pycodestyle1:
name: pycodestyle (everything but tests)
runs-on: ubuntu-latest
Expand Down

0 comments on commit d50051a

Please sign in to comment.