Skip to content

Commit

Permalink
docs: added plugin version issue notice to contributing guide [APE-86…
Browse files Browse the repository at this point in the history
…9] (#1394)
  • Loading branch information
Ninjagod1251 authored Apr 26, 2023
1 parent d5ce6aa commit 8e380da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ source venv/bin/activate
pip install -e .'[dev]'
```

**NOTE**: You might run into issues where you have a local install and are trying to work with a plugin pinned to a specific version.

[The easiest solution](https://github.com/ApeWorX/ape/issues/90) to this is to fetch the tags via `git fetch upstream --tags` and reinstall via `pip install .`.
You will then have the correct version.

## Pre-Commit Hooks

We use [`pre-commit`](https://pre-commit.com/) hooks to simplify linting and ensure consistent formatting among contributors.
Expand Down

0 comments on commit 8e380da

Please sign in to comment.