Skip to content

Commit

Permalink
build(ci): Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
janw committed Oct 12, 2024
1 parent 543b90f commit f31fe89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
bump-version:
uses: janw/workflows/.github/workflows/commitizen-bump-version.yaml@main
secrets:
personal-access-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
personal-access-token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
3 changes: 0 additions & 3 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
commitizen:
uses: janw/workflows/.github/workflows/commitizen.yaml@main

mypy:
uses: janw/workflows/.github/workflows/poetry-mypy.yaml@main

pre-commit:
runs-on: ubuntu-latest
steps:
Expand Down
13 changes: 1 addition & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
ci:
autoupdate_commit_msg: 'build(pre-commit): pre-commit.ci autoupdate'
autoupdate_schedule: weekly
autofix_commit_msg: 'ci(pre-commit): auto fixes from pre-commit hooks'
autofix_prs: true
skip:
- mypy # is local

default_install_hook_types:
- pre-commit
default_stages:
- pre-commit
repos:
- repo: https://github.com/janw/pre-commit-hooks
rev: v0.1.0
Expand Down Expand Up @@ -54,3 +42,4 @@ repos:
language: system
require_serial: true
pass_filenames: false
types: [python]

0 comments on commit f31fe89

Please sign in to comment.