Skip to content
Snippets Groups Projects

Add pre-commit hook and improve with better linting

Merged Hannes Feldt requested to merge add-pre-commit-improve-tox-setup into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -24,6 +24,7 @@ build-template:
- source ./setup.sh
- git add .
- git commit -m 'Test'
- git remote add origin git@git.astron.nl:templates/python-package-test
- git push --dry-run -u origin test
- rm -r .venv
- rm -r .git
Loading