From 595f30050503698960bf5b32650784ef922e329d Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Sun, 8 Sep 2013 14:23:26 +0200 Subject: Add script to run flake checks without running the tests --- bin/_flake | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/_flake (limited to 'bin/_flake') diff --git a/bin/_flake b/bin/_flake new file mode 100755 index 0000000..bb5bf3f --- /dev/null +++ b/bin/_flake @@ -0,0 +1,3 @@ +#!/bin/bash + +flake8 . --exclude=./okupy/tests/settings.py,./okupy/settings,setup.py,.virtualenv -- cgit v1.2.3-65-gdbad