A toolkit to define the skills, competencies and diverse progression pathways for RSEs to help track and manage their professional profiles and development.
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.
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.