The source project of this merge request has been removed.
add remote pre-commit check and initial linting config
I got a notification that this repo was moved into icshwi/
. As it contains some python scripts and packaging, I would recommend linting and formatting using what is already available from INFRA. This MR contains some configuration for that. Better practice would be to install the git hooks into the project itself (pip install pre-commit
and pre-commit install
fron inside the directory), but this is probably less obstructive to your workflow.