Skip to content

Commit

Permalink
reformatting all existing code
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoterh committed Nov 5, 2024
1 parent d696d3c commit 32c72aa
Show file tree
Hide file tree
Showing 104 changed files with 4,506 additions and 4,468 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
python -m pip install --upgrade build
python -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: pre-commit/[email protected]
with:
extra_args: '--all-files'
Loading

0 comments on commit 32c72aa

Please sign in to comment.