mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 03:06:54 +00:00
Merge pull request #25 from guykisel/update-readme-case-conflict
Add check-case-conflict to README.md #21 #22
This commit is contained in:
commit
5541a6a046
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ Add this to your `.pre-commit-config.yaml`
|
|||
|
||||
- `autopep8-wrapper` - Runs autopep8 over python source. (You'll want `args: ['-i]` when using this hook, see `.pre-commit-config.yaml` for an example.)
|
||||
- `check-added-large-files` - Prevent giant files from being committed.
|
||||
- `check-case-conflict` - Check for files that would conflict in case-insensitive filesystems.
|
||||
- `check-docstring-first` - Checks a common error of defining a docstring after code.
|
||||
- `check-json` - Attempts to load all json files to verify syntax.
|
||||
- `check-yaml` - Attempts to load all yaml files to verify syntax.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue