Skip to content

Commit 7433ae7

Browse files
chore: 1.0.0a0 Release
- Initial release on PyPI with basic support of running pre-commit hooks in VS Code / Sublime Text 3 editors
1 parent 0e7d20f commit 7433ae7

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

README.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
pre-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+
529
Run `pre-commit`_ hook entry. Allow to run pre-commit hooks for text editor
630
formatting / 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>`_

pre-commit-run-hook-entry.sublime-project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
],
99
"folder_exclude_patterns": [
1010
".*cache",
11-
"*.egg-info"
11+
"*.egg-info",
12+
"dist"
1213
],
1314
"path": "."
1415
}

0 commit comments

Comments
 (0)