mxcube / mxcubecore

Backend used by MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
11 stars 52 forks source link

Use default Python version in pre-commit hooks #846

Closed fabcor-maxiv closed 8 months ago

fabcor-maxiv commented 8 months ago

There is the following at the top of the file, so there is no need to set the Python version again for individual hooks:

default_language_version:
  python: python3.8
marcus-oscarsson commented 8 months ago

:+1: