pre-commit-macadmin icon indicating copy to clipboard operation
pre-commit-macadmin copied to clipboard

Pre-commit hooks for Mac admins.

Results 5 pre-commit-macadmin issues
Sort by recently updated
recently updated
newest added

Maybe it's my fault in setting up pre-commit-hooks, but I came across a conflict in util.py when using pre-commit-hooks from https://github.com/pre-commit/pre-commit-hooks and this https://github.com/homebysix/pre-commit-macadmin. check-merge-conflict worked until I added this...

THIS IS MY BAD, I MISSED AN ERROR! I am triggering this precommit here: https://github.com/jgstew/NickETH-recipes/blob/160889bcd448cada2a0127a76431f7bdd5795fdb/.pre-commit-config.yaml#L7-L13 and yet it seems to be failing with exit code 1 even though all items...

In the current check, a warning will be issued if an unknown recipe type (e.g. not defined [here](https://github.com/homebysix/pre-commit-macadmin/blob/7d3cd4229a473ce0e797ef0bab821c6e838ef662/pre_commit_hooks/check_autopkg_recipes.py#L381-L387)) is encountered. More desirable behavior would be to skip the processor convention...

Publishing new releases is a multi-step manual process, and could probably be automated with GitHub Actions upon merge to main.

updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.1](https://github.com/asottile/pyupgrade/compare/v3.20.0...v3.21.1) - [github.com/pycqa/isort: 6.1.0 → 7.0.0](https://github.com/pycqa/isort/compare/6.1.0...7.0.0) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.9.0...25.11.0)