Skip to content

Commit

Permalink
Add info about failing pre-commit hook (#3362)
Browse files Browse the repository at this point in the history
* add info about failing pre-commit hook

* review

---------

Co-authored-by: Falko Schindler <falko@zauberzeug.com>
  • Loading branch information
rodja and falkoschindler authored Jul 17, 2024
1 parent 3f548ee commit 874b5ab
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 @@ -90,6 +90,11 @@ pre-commit run --all-files
```

These checks will also run automatically before every commit.
The command may fail with

> RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.8'
You will need to install Python 3.8 and make sure it is available in your `PATH`.

### Formatting

Expand Down

0 comments on commit 874b5ab

Please sign in to comment.