Skip to content

Commit

Permalink
fix: Include action helper in MANIFEST.in (#645)
Browse files Browse the repository at this point in the history
* fix: Include action helper in MANIFEST.in

* Update pyproject-fmt in pre-commit hooks
  • Loading branch information
FollowTheProcess committed Aug 18, 2022
1 parent ccade46 commit 45f0118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -37,7 +37,7 @@ repos:
args: [--py37-plus]

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "0.3.3"
rev: "0.3.5"
hooks:
- id: pyproject-fmt

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,3 +1,3 @@
recursive-include nox *.jinja2
include nox/py.typed
include nox/py.typed .github/action_helper.py
recursive-include tests *.py

0 comments on commit 45f0118

Please sign in to comment.