Skip to content
Open
Show file tree
Hide file tree
Changes from 4 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
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ That's it! The plugin will run every time you commit any changes. If there are a
```bash
pre-commit run --all-files --show-diff-on-failure
```
### Skipping Pre-commit Hooks for Exploratory Changes

When you're making local experimental changes and don't want pre-commit hooks to run, you can bypass them using:
Comment on lines +75 to +77

```bash
git commit --no-verify -m "Exploratory: Testing XYZ"
Comment on lines +77 to +80

#### Coding Style

Expand Down
1 change: 1 addition & 0 deletions DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@
* [Similarity Search](machine_learning/similarity_search.py)
* [Support Vector Machines](machine_learning/support_vector_machines.py)
* [T Stochastic Neighbour Embedding](machine_learning/t_stochastic_neighbour_embedding.py)
* [Uniform Manifold Approximation And Projection](machine_learning/uniform_manifold_approximation_and_projection.py)
Comment thread
AyushGarg76 marked this conversation as resolved.
* [Word Frequency Functions](machine_learning/word_frequency_functions.py)
* [Xgboost Classifier](machine_learning/xgboost_classifier.py)
* [Xgboost Regressor](machine_learning/xgboost_regressor.py)
Expand Down
Loading
Loading