Skip to content

Commit

Permalink
update latest
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed Jul 8, 2024
1 parent f114f2c commit 94461e7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/elixir-cloud-aai/cookiecutter-python",
"commit": "fe9787042053d7cae1ccd7ff8d6fef4611f41b2a",
"commit": "0df5d9e910f48d3ab16c22be309c27157d65abf5",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE/general-purpose.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Your issue may already be reported! Please search on the
[issue tracker](https://github.com/elixir-cloud-aai/tus-storagehandler/issues) before creating
one.
[issue tracker][issue-tracker] before creating one.

## Expected Behavior

Expand All @@ -26,9 +25,6 @@ one.

<!--- reproduce this bug. Include code to reproduce, if relevant -->

1.
1.
1.
1.

## Context
Expand All @@ -45,3 +41,5 @@ one.
- Browser Name and version:
- Operating System and version (desktop or mobile):
- Link to your project:

[issue-tracker]: https://github.com/elixir-cloud-aai/tus-storagehandler/issues
4 changes: 2 additions & 2 deletions .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
with:
os: ${{ job.os }}
python-version: '3.11'
poetry-install-options: "--only=types --no-root"
poetry-export-options: "--only=types"
poetry-install-options: "--with=types --no-root"
poetry-export-options: "--with=types"

- name: Check types
run: poetry run mypy tus_storagehandler/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
poetry-export-options: "--only=main"

- name: Publish package to PyPI
run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_PASSWORD }}
run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_TOKEN }}
...
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ SquareX Safe File Viewer

######### End of auto generated .gitignore file for Python projects. #########

######### Project level .gitignore. #########

# Keep pre-commit hooks and .yamllint file
Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ repos:
- id: mdformat
additional_dependencies:
- mdformat-config
- mdformat-black
- mdformat-frontmatter
args: [--wrap=80]
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
hooks:
Expand Down

0 comments on commit 94461e7

Please sign in to comment.