aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-09-08 14:23:26 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-09-08 14:23:26 +0200
commit595f30050503698960bf5b32650784ef922e329d (patch)
tree46aac3a5d9273847597d4a6218a650bd68362d6d /bin
parentignore virtualenv from flake8 (diff)
downloadidentity.gentoo.org-595f30050503698960bf5b32650784ef922e329d.tar.gz
identity.gentoo.org-595f30050503698960bf5b32650784ef922e329d.tar.bz2
identity.gentoo.org-595f30050503698960bf5b32650784ef922e329d.zip
Add script to run flake checks without running the tests
Diffstat (limited to 'bin')
-rwxr-xr-xbin/_flake3
1 files changed, 3 insertions, 0 deletions
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