Skip to content

add remote pre-commit check and initial linting config

Anders Lindh Olsson requested to merge (removed):master into master

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.

Merge request reports