https://github.com/mkalioby/djangok
Runs Django Setup to make sure code is Ok
https://github.com/mkalioby/djangok
Last synced: about 1 month ago
JSON representation
Runs Django Setup to make sure code is Ok
- Host: GitHub
- URL: https://github.com/mkalioby/djangok
- Owner: mkalioby
- License: mit
- Created: 2021-10-29T19:45:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T12:20:10.000Z (about 4 years ago)
- Last Synced: 2025-03-20T17:09:03.280Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# djangOK
A pre-commit hook to run Django check ensuring that the code is Ok.
Can be installed as a pre-commit
```yaml
repos:
- repo: https://github.com/mkalioby/djangOK
rev: v0.8.1
hooks:
- id: djangOK
args: []
```
there is an optional argument which is the folder path of `manage.py`
### Note
The hook is currently always_run mode.