diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index fa4036f..8adecf7 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -14,4 +14,4 @@ on: jobs: call-changelog-check-workflow: # Docs: https://github.com/ASFHyP3/actions - uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.17.1 diff --git a/.github/workflows/create-jira-issue.yml b/.github/workflows/create-jira-issue.yml index b7ffba8..f9c09ec 100644 --- a/.github/workflows/create-jira-issue.yml +++ b/.github/workflows/create-jira-issue.yml @@ -6,7 +6,7 @@ on: jobs: call-create-jira-issue-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.17.1 secrets: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} diff --git a/.github/workflows/labeled-pr.yml b/.github/workflows/labeled-pr.yml index 746e5b4..1cea96a 100644 --- a/.github/workflows/labeled-pr.yml +++ b/.github/workflows/labeled-pr.yml @@ -13,4 +13,4 @@ on: jobs: call-labeled-pr-check-workflow: # Docs: https://github.com/ASFHyP3/actions - uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.17.1 diff --git a/.github/workflows/release-checklist-comment.yml b/.github/workflows/release-checklist-comment.yml index 2a0c24b..887d76a 100644 --- a/.github/workflows/release-checklist-comment.yml +++ b/.github/workflows/release-checklist-comment.yml @@ -10,7 +10,7 @@ on: jobs: call-release-workflow: # Docs: https://github.com/ASFHyP3/actions - uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.17.1 permissions: pull-requests: write secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d75c903..ef830cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: call-release-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.17.1 with: release_prefix: GRFN Logging release_branch: prod diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index f491138..d674306 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -5,10 +5,10 @@ on: push jobs: call-ruff-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.17.1 call-mypy-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.17.1 cfn-lint: runs-on: ubuntu-latest diff --git a/.github/workflows/tag-version.yml b/.github/workflows/tag-version.yml index 5e81f06..092d53f 100644 --- a/.github/workflows/tag-version.yml +++ b/.github/workflows/tag-version.yml @@ -8,7 +8,7 @@ on: jobs: call-bump-version-workflow: # Docs: https://github.com/ASFHyP3/actions - uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.15.0 + uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.17.1 with: user: tools-bot email: UAF-asf-apd@alaska.edu diff --git a/pyproject.toml b/pyproject.toml index ca8e508..a83460e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,9 @@ convention = "google" case-sensitive = true lines-after-imports = 2 +[tool.ruff.lint.extend-per-file-ignores] +"tests/*" = ["D100", "D103", "ANN"] + [tool.mypy] python_version = "3.12" warn_redundant_casts = true diff --git a/requirements-all.txt b/requirements-all.txt index 28de173..cb7955d 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -1,6 +1,6 @@ -r requirements-ems-report.txt -r requirements-log-parse.txt pytest==8.3.4 -ruff -mypy +ruff==0.9.5 +mypy==1.14.1 types-requests