Skip to content

Commit

Permalink
Merge ecbf51e into 4e7974f
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Jul 26, 2022
2 parents 4e7974f + ecbf51e commit b2d2fb2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ check-build:


check-upload:
twine upload --skip-existing -s --repository-url $(TEST_PYPI_URL) -u __token__ -p $${TEST_TWINE_PASSWORD} dist/*;\
twine upload --skip-existing --repository-url $(TEST_PYPI_URL) -u __token__ -p $${TEST_TWINE_PASSWORD} dist/*;\


upload:
twine upload --skip-existing -s dist/*;\
twine upload --skip-existing dist/*;\


coveralls:
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ pre-commit-config-shellcheck documentation

*pre-commit-config-shellcheck is a tool for checking entry points in pre-commit config with ShellCheck.*

.. contents::

Installation
------------
In order to use the tool you should first clone it from the source:
Expand Down
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- Work as pre-commit hook
- Work as Github action
- Update README file
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pre-commit-config-shellcheck
version = 0.1.0
version = 0.1.1
description = Tool for shellchecking pre-commit config files.
python_requires >= 3.7
license_file = MIT-LICENSE
Expand Down

0 comments on commit b2d2fb2

Please sign in to comment.