diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index ab6cd35..6c8d076 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -14,7 +14,7 @@ jobs: with: token: ${{secrets.GITHUB_TOKEN}} repos: |- - dycw/pre-commit-hook-nitpick + dycw/conformalize pre-commit/pre-commit-hooks pyright: runs-on: ubuntu-latest diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 740aeff..9086aa6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - - repo: https://github.com/dycw/pre-commit-hook-nitpick - rev: 0.9.0 + - repo: https://github.com/dycw/conformalize + rev: 0.10.0 hooks: - args: - --description=Template for Python packages @@ -23,7 +23,7 @@ repos: - --readme - --repo-name=template-python - --ruff - id: nitpick + id: conformalize - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: