all(minor): remove old, unused code

This commit is contained in:
Jens Langhammer
2019-12-05 15:07:37 +01:00
parent b08ec0477e
commit 74cd0bc08f
13 changed files with 6 additions and 865 deletions

5
scripts/pre-commit.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash -xe
isort
pylint passbook
prospector
scripts/coverage.sh