diff --git a/.cruft.json b/.cruft.json index 5a3980e..5f0d9ec 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/elixir-cloud-aai/cookiecutter-python", - "commit": "fe9787042053d7cae1ccd7ff8d6fef4611f41b2a", + "commit": "0df5d9e910f48d3ab16c22be309c27157d65abf5", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/ISSUE_TEMPLATE/general-purpose.md b/.github/ISSUE_TEMPLATE/general-purpose.md index 8a11bde..9130566 100644 --- a/.github/ISSUE_TEMPLATE/general-purpose.md +++ b/.github/ISSUE_TEMPLATE/general-purpose.md @@ -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 @@ -26,9 +25,6 @@ one. -1. -1. -1. 1. ## Context @@ -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 diff --git a/.github/workflows/code_quality.yaml b/.github/workflows/code_quality.yaml index 0c252da..a13fb2b 100644 --- a/.github/workflows/code_quality.yaml +++ b/.github/workflows/code_quality.yaml @@ -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/ diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1e214ed..e03080f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }} ... diff --git a/.gitignore b/.gitignore index 0a558c9..14505df 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 89a3a17..1e8f56f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: