Skip to content

Commit 5c91326

Browse files
committed
remove unintentionally added commit hooks
1 parent 7098073 commit 5c91326

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.pre-commit-config.yaml

-10
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ repos:
4141
- id: check-case-conflict
4242
- id: check-symlinks
4343
- id: check-yaml
44-
- id: destroyed-symlinks
4544
- id: end-of-file-fixer
46-
exclude: ^assets/.+\.(svg|html)$
4745
- id: mixed-line-ending
4846
- id: trailing-whitespace
4947

@@ -54,14 +52,6 @@ repos:
5452
stages: [commit, commit-msg]
5553
exclude_types: [csv, svg, html, yaml, jupyter]
5654

57-
- repo: local
58-
hooks:
59-
- id: svg-assets
60-
name: SVG assets
61-
entry: Files under assets/* must end in .(svg|html)
62-
language: fail
63-
files: ^assets/.*(?<!\.svg)(?<!\.html)$
64-
6555
- repo: https://github.com/myint/autoflake
6656
rev: v1.4
6757
hooks:

0 commit comments

Comments
 (0)