From 8788ccfe0fa8bc7bd138419026a8df69a717c0ba Mon Sep 17 00:00:00 2001 From: Alexei Andrushievich Date: Tue, 26 Jul 2022 17:39:53 +0300 Subject: [PATCH 1/2] Some updates --- Makefile | 4 ++-- README.rst | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52781a4..964e435 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/README.rst b/README.rst index 53c6955..45bdd33 100644 --- a/README.rst +++ b/README.rst @@ -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: From ecbf51e4caa5258b21ced43e0e87285f248802b7 Mon Sep 17 00:00:00 2001 From: Alexei Andrushievich Date: Tue, 26 Jul 2022 17:45:33 +0300 Subject: [PATCH 2/2] Version up --- TODO | 1 - setup.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO b/TODO index e714c17..99d01c7 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,2 @@ - Work as pre-commit hook - Work as Github action -- Update README file diff --git a/setup.cfg b/setup.cfg index a8e3911..5963155 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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