diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7020e3e52056befe29ff05c4fb88f2dba8cf679..6888e237b9fd737c91e8603d18dca6d0042042a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ hooks: - id: convert-markdown-into-html name: convert-markdown-into-html - description: "Convert README.md into index.html and README.en.md into index.en.html" + description: Convert README.md into index.html and README.en.md into index.en.html entry: python pre-commit-hooks/convert_markdown_into_html.py language: system files: \.md$ @@ -36,7 +36,7 @@ hooks: - id: convert-markdown-into-ipynb name: convert-markdown-into-ipynb - description: "Convert README.md into README.ipynb and README.en.md into README.en.ipynb" + description: Convert README.md into README.ipynb and README.en.md into README.en.ipynb entry: ./pre-commit-hooks/convert_markdown_into_ipynb.sh language: system files: \.md$