Skip to content

Commit

Permalink
add setup.py to autoformatting list (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsilver authored Aug 28, 2022
1 parent a0e4acc commit acc7cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_autoformat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
yapf -i -r --style .style.yapf --exclude '**/third_party' llm4pddl
yapf -i -r --style .style.yapf scripts
yapf -i -r --style .style.yapf tests
yapf -i -r --style .style.yapf *.py
docformatter -i -r . --exclude venv llm4pddl/third_party
isort .

0 comments on commit acc7cf0

Please sign in to comment.