File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.0.0 (In Development)
2+ ======================
3+
4+ 1.0.0a0 (2020-06-08)
5+ --------------------
6+
7+ - Initial release on PyPI with basic support of running pre-commit hooks in
8+ VS Code / Sublime Text 3 editors
Original file line number Diff line number Diff line change 22pre-commit-run-hook-entry
33=========================
44
5+ .. image :: https://github.com/playpauseandstop/pre-commit-run-hook-entry/workflows/ci/badge.svg
6+ :target: https://github.com/playpauseandstop/pre-commit-run-hook-entry/actions?query=workflow%3A%22ci%22
7+ :alt: CI Workflow
8+
9+ .. image :: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
10+ :target: https://github.com/pre-commit/pre-commit
11+ :alt: pre-commit
12+
13+ .. image :: https://img.shields.io/badge/code%20style-black-000000.svg
14+ :target: https://github.com/psf/black
15+ :alt: black
16+
17+ .. image :: https://img.shields.io/pypi/v/pre-commit-run-hook-entry.svg
18+ :target: https://pypi.org/project/pre-commit-run-hook-entry/
19+ :alt: Latest Version
20+
21+ .. image :: https://img.shields.io/pypi/pyversions/pre-commit-run-hook-entry.svg
22+ :target: https://pypi.org/project/pre-commit-run-hook-entry/
23+ :alt: Python versions
24+
25+ .. image :: https://img.shields.io/pypi/l/pre-commit-run-hook-entry.svg
26+ :target: https://github.com/playpauseandstop/pre-commit-run-hook-entry/blob/master/LICENSE
27+ :alt: BSD License
28+
529Run `pre-commit `_ hook entry. Allow to run pre-commit hooks for text editor
630formatting / linting needs.
731
@@ -102,5 +126,5 @@ SublimeLinter-contrib-mypy
102126 Issues & Feature Requests
103127=========================
104128
105- ` playpauseandstop/pre-commit-run-hook-entry @ GitHub
129+ Feel free to submit new issue or feature request ` at GitHub
106130<https://github.com/playpauseandstop/pre-commit-run-hook-entry/issues> `_
Original file line number Diff line number Diff line change 88 ],
99 "folder_exclude_patterns" : [
1010 " .*cache" ,
11- " *.egg-info"
11+ " *.egg-info" ,
12+ " dist"
1213 ],
1314 "path" : " ."
1415 }
You can’t perform that action at this time.
0 commit comments