Quellcode durchsuchen

Add info about failing pre-commit hook (#3362)

* add info about failing pre-commit hook

* review

---------

Co-authored-by: Falko Schindler <falko@zauberzeug.com>
Rodja Trappe vor 10 Monaten
Ursprung
Commit
874b5abfbb
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      CONTRIBUTING.md

+ 5 - 0
CONTRIBUTING.md

@@ -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