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 9e28238b52
commit deea0b9c7a
4 changed files with 499 additions and 0 deletions

7
.coveragerc Normal file
View File

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