diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-09 15:50:39 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-09 15:50:39 +0100 |
commit | 622e7cadd26f7f70294569a24226479ead4bd12b (patch) | |
tree | 2209069d6ec39aea6828f9959e7644d375ca7160 /run_qa | |
parent | 061bed74d17b5063787632fd3fcc7113c86a75d8 (diff) |
split tests and QA
Diffstat (limited to 'run_qa')
-rwxr-xr-x | run_qa | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +flake8 --select=E,F,W,C90,E123 --ignore=W503 . |