mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-31 11:56:35 +00:00
re-enable hooks (#3629)
This commit is contained in:
parent
c7c2235874
commit
af06519fc4
@ -8,8 +8,8 @@ repos:
|
||||
- id: check-json # checks JSON syntax
|
||||
- id: check-yaml # checks YAML syntax
|
||||
- id: check-toml # checks TOML syntax
|
||||
#- id: end-of-file-fixer # checks there is a newline at the end of the file # FIXME: pydoc-markdown conflicts with this
|
||||
#- id: trailing-whitespace # trims trailing whitespace # FIXME: pydoc-markdown conflicts with this
|
||||
- id: end-of-file-fixer # checks there is a newline at the end of the file # FIXME: pydoc-markdown conflicts with this
|
||||
- id: trailing-whitespace # trims trailing whitespace # FIXME: pydoc-markdown conflicts with this
|
||||
- id: check-merge-conflict # checks for no merge conflict strings
|
||||
- id: check-shebang-scripts-are-executable # checks all shell scripts have executable permissions
|
||||
- id: mixed-line-ending # normalizes line endings
|
||||
|
Loading…
x
Reference in New Issue
Block a user