We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7090f commit 403fc1eCopy full SHA for 403fc1e
README.rst
@@ -58,12 +58,10 @@ with `pre-commit`_ framework:
58
59
.. code-block:: YAML
60
61
- - repo: local
+ - repo: https://github.com/codingjoe/relint
62
+ rev: 0.5.0
63
hooks:
- - id: relint
64
- name: relint
65
- entry: bin/relint-pre-commit.sh
66
- language: system
+ - id: relint
67
68
You can find an example of `relint-pre-commit.sh`_ in this repository.
69
@@ -99,4 +97,4 @@ Samples
99
97
- "*/management/commands/*.py"
100
98
101
.. _`pre-commit`: https://pre-commit.com/
102
-.. _`relint-pre-commit.sh`: relint-pre-commit.sh
+.. _`relint-pre-commit.sh`: relint-pre-commit.sh
0 commit comments