Skip to content

Commit 2e0f346

Browse files
authored
Rename linter/check_main.py -> scripts/lint_examples_main.py (#124)
The linter folder made autocomplete for li<tab> not complete to lint.sh
1 parent 80510e0 commit 2e0f346

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ repos:
3030
hooks:
3131
- id: check-main-in-examples
3232
name: Ensure all example scripts have main()
33-
entry: python linter/check_main.py
33+
entry: python scripts/lint_examples_main.py
3434
language: system
3535
files: ^examples/.*\.py$
File renamed without changes.

0 commit comments

Comments
 (0)