Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand Down
Loading