Add automation config files

Add coveragerc for upcoming pytest coverage
Add pre-commit config
Add makefile for automating common processes
This commit is contained in:
2020-09-23 18:42:21 -04:00
parent 50dc91c211
commit 62cd9934a2
3 changed files with 75 additions and 0 deletions

7
.coveragerc Normal file
View File

@@ -0,0 +1,7 @@
[run]
branch = True
[report]
exclude_lines =
\.\.\.
pass