RSEToolkit / rse-competencies-toolkit

A toolkit to define the skills, competencies and diverse progression pathways for RSEs to help track and manage their professional profiles and development.
https://rsetoolkit.github.io/rse-competencies-toolkit/
Other
37 stars 1 forks source link

Lint existing code base and update contributing instructions #54

Closed ns-rse closed 1 year ago

ns-rse commented 1 year ago

Further to #46 which was closed by #48 the remaining code base needs linting with the rules that have been introduced. To ensure commits adhere to the rules pre-commit.ci has requested access to work with this repository so that Pull Requests are checked for compliance with the coding style.

Contributing guidelines should be updated to help guide contributors through installing and configuring pre-commit locally.

Further a .git-blame-ignore-revs file should be introduced and commits added so that the blame associated with linting is ignored and changes to the code are attributed to authors rather than those who have linted the code.