all: sort imports and cleanup

This commit is contained in:
Jens Langhammer
2020-02-20 17:23:05 +01:00
parent 14e0a17dbc
commit 0b5caa85f5
8 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash -xe
isort -rc passbook
black passbook
scripts/coverage.sh
pylint passbook