Skip to content

Commit

Permalink
now with default install hook types
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Feb 7, 2024
1 parent a9659e2 commit b5cab45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
default_install_hook_types: [pre-commit, pre-push]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
To use the same dev environment as us, you'll want to run these commands:
```sh
pip install .[dev]
pre-commit install --hook-type pre-commit --hook-type pre-push
pre-commit install
```

This will install dependencies & build tools,
Expand Down

0 comments on commit b5cab45

Please sign in to comment.