Releases: ComPWA/policy
Repo Maintenance 0.0.23
Release 0.0.23
💡 New features
Enforce pined requirements in each notebook (#23)
Designed particularly for ComPWA/compwa.github.io#10
Repo Maintenance 0.0.22
Repo Maintenance 0.0.6
Release 0.0.6
💡 New features
Allow turning off label.toml check (#12). Can be done with the --alow-labels
argument in the .pre-commit-config.yaml
file:
- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.6
hooks:
- id: check-dev-files
args:
- --allow-labels
Repo Maintenance 0.0.5
Release 0.0.5
💡 New features
Sort content in entries of cspell config (#10)
The check-dev-files
now checks whether the contents of entries in a .cspell.json
config file are sorted.
Check missing entries cspell config (#11)
Check whether the .cspell.json
config contains all expected entries as defined in the src/repoma/.cspell.json
file.
Repo Maintenance Release 0.0.3
Added a new hook: check-dev-files
. Once this hook is added to a repo, new checks added to the ComPWA/repo-maintenance repo are automatically enforced.
repos:
- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.2
hooks:
- id: check-dev-files
- id: fix-first-nbcell
- id: fix-nbformat-version
Currently only contains a check on whether a [pre-commit hook for EditorConfig]https://github.com/editorconfig-checker/editorconfig-checker.python) has been added, and checks whether labels.toml
has been removed.