pre-commit / pre-commit-hooks

Some out-of-the-box hooks for pre-commit
MIT License
5.2k stars 694 forks source link

`check-illegal-windows-names` is not present in the repository #1046

Closed TimeTravelPenguin closed 4 months ago

TimeTravelPenguin commented 4 months ago

I am setting up a new project and thought to add the check-illegal-windows-names hook. I am on v4.6.0 of pre-commit, and I don't see the hook in the repo, yet it is documented in README.md

When running pre-commit run -a in my repo, I get the following error

[ERROR] `check-illegal-windows-names` is not present in repository https://github.com/pre-commit/pre-commit-hooks. 
Typo? Perhaps it is introduced in a newer version?  Often `pre-commit autoupdate` fixes this.

Is the README out of date, or is the hook missing?

asottile commented 4 months ago

please search the issue tracker for duplicates before making an issue next time

TimeTravelPenguin commented 4 months ago

Ah, apologies, I did not see it in the closed issues.