feat: Pre-commit and tag-appversion syncing (#926)

* add pre-commit to release container

* use pip install --no-cache-dir

* whoopsies

* lint fixes

* add some verbosity during pre-commit build process

* add more pre-commit checks

* repo pre-commit cleanup

* add pre-commit to release scripting

* try showing some more pre-commit dockerbuild verbosity

* some tweaks and polish to release scripting.
Also adds syncing primary tag and appversion
This commit is contained in:
Kjeld Schouten-Lebbing
2021-09-08 12:11:42 +02:00
committed by GitHub
parent c50c63df77
commit 7bd2776e94
290 changed files with 126 additions and 366 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"recommendations": [
"ms-vscode-remote.remote-containers",
"golang.go"
]
"recommendations": [
"ms-vscode-remote.remote-containers",
"golang.go"
]
}