Skip to content

Commit c8ea62e

Browse files
committed
md precommit hook
1 parent a8e817f commit c8ea62e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,3 @@ repos:
2323
hooks:
2424
- id: pyright-pretty
2525
args: [--show-summary]
26-
- repo: local
27-
hooks:
28-
- id: check-rst-files
29-
name: Check for .rst files in the top-level directory
30-
entry: python -c "import glob, sys; rst_files = glob.glob('*.rst'); sys.exit(1) if rst_files else sys.exit(0)"
31-
language: system
32-
always_run: true
33-
pass_filenames: false

0 commit comments

Comments
 (0)