Correctie pre-commit hoek

This commit is contained in:
Marcel Nijenhof
2021-12-31 22:54:49 +01:00
parent 61997df1f3
commit 418d3e6041

View File

@@ -4,7 +4,7 @@ set -e
VERSION=$(grep version setup.cfg | sed 's/.*= *//')
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" src/lmwsip/__init__.py
git add lmwsip/__init__.py
git add src/lmwsip/__init__.py
python setup.py test
yamllint .drone.yml