aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorwbond <will@wbond.net>2018-04-20 11:15:25 -0400
committerwbond <will@wbond.net>2018-04-20 11:15:25 -0400
commite7991fedd30ec0974fc6c234a82cba590ad67b5c (patch)
tree1be37ace7f38b4613a47f287e376faeb28346910 /dev
parent31b6675f14c6d9f6f1e3ea0dc6e03a2a87606a6b (diff)
downloadasn1crypto-e7991fedd30ec0974fc6c234a82cba590ad67b5c.tar.gz
Display flake8 version number when linting
Diffstat (limited to 'dev')
-rw-r--r--dev/lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/lint.py b/dev/lint.py
index c0f3441..cbfa9a7 100644
--- a/dev/lint.py
+++ b/dev/lint.py
@@ -20,7 +20,7 @@ def run():
A bool - if flake8 did not find any errors
"""
- print('Running flake8')
+ print('Running flake8 %s' % flake8.__version__)
flake8_style = get_style_guide(config_file=os.path.join(package_root, 'tox.ini'))