A pre-commit hook for checking specified keywords in the files being committed.
Project description
Pre-commit Keyword Checker 📝✅
Welcome to the Pre-commit Keyword Checker! This handy pre-commit hook checks for specified keywords in the files being committed. It offers file exclusion options and customizable keyword lists to make sure your commits stay keyword-free!
Installation 🛠️
-
Install the pre-commit package if you haven't already:
pip install pre-commit-keyword-checker -
Add the following content to your project's
.pre-commit-config.yamlfile, replacingyourusernamewith your GitHub username:
repos:
- repo: https://github.com/AliYmn/pre-commit-keyword-checker
rev: master
hooks:
- id: check-keywords
args: ["--keywords", "KEYWORD1", "KEYWORD2", "--exclude-files", "file2.txt"]
Replace KEYWORD1, KEYWORD and file1.txt with your desired keywords and excluded files.
-
Install the pre-commit hook to your project:
pre-commit install
And you're all set! 🎉
Usage
Once installed, the keyword-checking pre-commit hook will be run whenever you commit changes in your project. If any of the specified keywords are found in the files being committed (excluding the specified files), the commit will be blocked, and the script will display a list of keyword errors.
You can also run the pre-commit hook manually:
pre-commit run check-keywords
And you're good to go! 🚀
Configuration
--keywords: A list of keywords to search for in the files being committed. If this argument is not provided or left empty, the script will exit without checking the files.
--exclude-files: A list of files to exclude from the keyword check.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pre-commit-keyword-checker-1.5.0.tar.gz.
File metadata
- Download URL: pre-commit-keyword-checker-1.5.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e936f1704b70e8540256bc322e57166b6e48f42fc21931eed1c581507adfdea4
|
|
| MD5 |
6eb834ea1e8b632ba53a340eae8c0f3a
|
|
| BLAKE2b-256 |
dc08d754387594248a7e0a4a8f7b8b73b6672f2dd94ea5c7250bab4b9134eca9
|
File details
Details for the file pre_commit_keyword_checker-1.5.0-py3-none-any.whl.
File metadata
- Download URL: pre_commit_keyword_checker-1.5.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f1ec6bbc982ee31344ed18da1a92a51744e555fbee09e62cec776ee5bc55f36
|
|
| MD5 |
dfa0fbab8cebb839d82eb84c2e7a72ea
|
|
| BLAKE2b-256 |
5fffae1ebb3565588e53ce5868778ee2374c0a1cc8c65276da53127b4cdf2b67
|