Skip to content

Commit

Permalink
migrate pre-commit config (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw authored Dec 10, 2024
1 parent ab8fbb0 commit 84f331b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ repos:
rev: v1.0.0
hooks:
- id: check-poetry
stages: [push]
stages: [pre-push]

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.23
hooks:
- id: validate-pyproject
stages: [push]
stages: [pre-push]
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 39.49.3
hooks:
- id: renovate-config-validator
stages: [push]
stages: [pre-push]

- repo: https://github.com/asottile/dead
rev: v1.5.2
Expand Down

0 comments on commit 84f331b

Please sign in to comment.