Scripts for analysing the Civil Service People Survey (CSPS).
This project uses pre-commit hooks to ensure code quality. To set up:
-
Install
pre-commiton your system if you don't already have it:pip install pre-commit
-
Set up
pre-commitin your copy of this project. In the project directory, run:pre-commit install
Rules that are applied can be found in .pre-commit-config.yaml.
The hooks run automatically on commit, or manually with pre-commit run --all-files.
This project is licensed under the MIT License. See the LICENSE file for details.