Skip to content
Snippets Groups Projects

Draft: Add pre-commit hook and improve with better linting

Closed Hannes Feldt requested to merge add-pre-commit-improve-tox-setup into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -18,9 +18,9 @@ build-template:
- python --version # For debugging
- cookiecutter --no-input --overwrite-if-exists --output-dir . .
- cd my_awesome_app
- git init
- git config user.email "ci-runner@example.com"
- git config user.name "CI Runner"
- git init
- source ./setup.sh
- ls -lah
- tox --version
Loading