Skip to content

Commit

Permalink
check autopep8 recursivley
Browse files Browse the repository at this point in the history
Signed-off-by: 2byrds <[email protected]>
  • Loading branch information
2byrds committed Jul 29, 2024
1 parent cde59d5 commit 1ac2ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: pip install autopep8

- name: Run autopep8
run: autopep8 diff --exit-code .
run: autopep8 --diff --exit-code -r .

0 comments on commit 1ac2ea6

Please sign in to comment.