Skip to content

Commit

Permalink
Add pre-push pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Jan 9, 2025
1 parent 4352888 commit 8d0702f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@ repos:
# Run the formatter.
- id: ruff-format
args: ["pythondap"]
# pre-push configuration
- repo: https://github.com/backplane/pre-commit-rust-hooks
rev: v1.1.0
hooks:
- id: clippy
- id: test
stages:
- pre-push

0 comments on commit 8d0702f

Please sign in to comment.