mxcube / mxcubecore

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

CI: drop lint step from tests action #817

Closed elmjag closed 8 months ago

elmjag commented 8 months ago

Remove the (disabled) step for running pre-commit checks from the 'Pytest' action.

Running pre-commit checks have been moved to it's own 'Linting & Code Quality' action, that is the pre-commit.yml file.