Add format parsing for format 1 storage benchmarks

This commit is contained in:
2021-10-02 04:46:44 -04:00
parent 2da49297d2
commit c909beaf6d
2 changed files with 239 additions and 2 deletions

2
lint
View File

@ -6,7 +6,7 @@ if ! which flake8 &>/dev/null; then
fi
flake8 \
--ignore=E501,E241,F522,F523,F541 \
--ignore=E201,E202,E222,E501,E241,F522,F523,F541 \
--exclude=debian,api-daemon/migrations/versions,api-daemon/provisioner/examples
ret=$?
if [[ $ret -eq 0 ]]; then