mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-20 01:24:42 +04:00
Allow arbitrary bytes in output. Resolves #245
This commit is contained in:
parent
826aa4cebd
commit
66b1d39c6e
11 changed files with 104 additions and 50 deletions
6
testing/resources/arbitrary_bytes_repo/hooks.yaml
Normal file
6
testing/resources/arbitrary_bytes_repo/hooks.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- id: python3-hook
|
||||
name: Python 3 Hook
|
||||
entry: python3-hook
|
||||
language: python
|
||||
language_version: python3.3
|
||||
files: \.py$
|
||||
Loading…
Add table
Add a link
Reference in a new issue