Commit ed6d9fd7 by Stijn de Gooijer Committed by Arun Babu Neelicattu

Disable pre-commit end-of-file fixer for egg-info

parent 16c26106
...@@ -7,6 +7,7 @@ repos: ...@@ -7,6 +7,7 @@ repos:
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: ^.*\.egg-info/
- id: check-merge-conflict - id: check-merge-conflict
- id: check-case-conflict - id: check-case-conflict
- id: check-json - id: check-json
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment