Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrbnlulu/qt-hooks
Qt pre-commit hooks
https://github.com/nrbnlulu/qt-hooks
hooks qt
Last synced: 3 months ago
JSON representation
Qt pre-commit hooks
- Host: GitHub
- URL: https://github.com/nrbnlulu/qt-hooks
- Owner: nrbnlulu
- License: mit
- Created: 2022-12-07T21:41:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T17:31:00.000Z (4 months ago)
- Last Synced: 2024-09-16T21:39:10.790Z (4 months ago)
- Topics: hooks, qt
- Language: Python
- Homepage:
- Size: 18 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Qt pre-commit hooks
### supports:
- qml formatting### Usage:
```yaml
repos:
- repo: https://github.com/nrbnlulu/qt-hooks
rev: v0.1.0 # current revision
hooks:
- id: qml-format
# other hooks
```