https://github.com/dyollb/check-spaces-in-paths
Prevent committing files or folders with spaces in their names
https://github.com/dyollb/check-spaces-in-paths
githook hook pre-commit
Last synced: about 2 months ago
JSON representation
Prevent committing files or folders with spaces in their names
- Host: GitHub
- URL: https://github.com/dyollb/check-spaces-in-paths
- Owner: dyollb
- License: mit
- Created: 2024-11-13T08:12:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T09:19:49.000Z (over 1 year ago)
- Last Synced: 2025-03-14T17:30:33.374Z (over 1 year ago)
- Topics: githook, hook, pre-commit
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# check-spaces-in-paths
Prevent committing files or folders with spaces in their names
## Usage as pre-commit hook:
```yml
- repo: https://github.com/dyollb/check-spaces-in-paths
rev: v0.1.0
hooks:
- id: check-spaces-in-paths
```