* add info about failing pre-commit hook * review --------- Co-authored-by: Falko Schindler <falko@zauberzeug.com>
@@ -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