Skip to content

Commit

Permalink
Add more pre-commit hooks (aio-libs#5312)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored and commonism committed Apr 27, 2021
1 parent 5341ac7 commit 5c540ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ repos:
- id: check-added-large-files
- id: check-symlinks
- id: debug-statements
- id: fix-byte-order-marker
- id: fix-encoding-pragma
args: ['--remove']
- id: check-executables-have-shebangs
- id: check-case-conflict
- id: detect-aws-credentials
args: ['--allow-missing-credentials']
- id: detect-private-key
Expand Down

0 comments on commit 5c540ee

Please sign in to comment.