worldbank / DECAT_Space2Stats

https://worldbank.github.io/DECAT_Space2Stats/
Other
1 stars 1 forks source link

Add ruff and mypy with pre-commit configuration #22

Closed zacharyDez closed 1 month ago

zacharyDez commented 1 month ago

Enhance code quality by integrating ruff and mypy with pre-commit. Add ruff for linting and mypy for type checking in the .pre-commit-config.yaml file. Ensure pre-commit is installed and configured to run these tools automatically on commit. Verify the configuration by running pre-commit run --all-files and ensure no linting or typing errors exist.