pre-commit/pre_commit/commands
Nathan McDougall e8c7ea04aa
Bump pre-commit-hooks version in sample config to avoid warning
The previous hard-coded version (v3.2.0) used stage names which are deprecated in the current version of `pre-commit`, and so emits a warning when used:

```
[WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version.  Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this.  if it does not -- consider reporting an issue to that repo.
```

Bumping to `v6.0.0` will help avoid this warning being emitted and encourage the user to use a more up-to-date version if they use this sample config.
2025-10-14 09:34:08 +13:00
..
__init__.py Move commands into their own files. 2014-06-13 19:52:14 -07:00
autoupdate.py python3.9+ 2023-10-28 14:20:37 -04:00
clean.py drop python 3.6 support 2022-01-18 18:44:20 -05:00
gc.py drop python 3.6 support 2022-01-18 18:44:20 -05:00
hook_impl.py Add fail-fast argument for run command 2025-09-06 14:14:23 -04:00
init_templatedir.py implement default_install_hook_types 2022-04-02 15:11:31 -04:00
install_uninstall.py shlex.join is always available in 3.8+ 2023-07-01 17:22:42 -04:00
migrate_config.py py310+ 2025-10-09 17:44:05 -04:00
run.py Add fail-fast argument for run command 2025-09-06 14:14:23 -04:00
sample_config.py Bump pre-commit-hooks version in sample config to avoid warning 2025-10-14 09:34:08 +13:00
try_repo.py add pre_commit.yaml module 2023-01-02 18:42:34 -05:00
validate_config.py python3.9+ 2023-10-28 14:20:37 -04:00
validate_manifest.py python3.9+ 2023-10-28 14:20:37 -04:00