From 0582101ca0e07f5f9b62e2cc0be405f8e4bc2d7c Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 22 Feb 2022 16:14:26 +0100 Subject: Skeleton of a project --- run_qa | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 run_qa (limited to 'run_qa') diff --git a/run_qa b/run_qa new file mode 100755 index 0000000..f9f643f --- /dev/null +++ b/run_qa @@ -0,0 +1,3 @@ +#!/bin/sh + +flake8 --select=E,F,W,C90,E123 --ignore=W503 . -- cgit v1.2.3