Skip to content

Instantly share code, notes, and snippets.

@neelchauhan
neelchauhan / stem-pycodestyle.patch
Created October 27, 2016 13:59
Patch for Stem to reference change of pep8 name to pycodestyle (and add fallback)
From 36e244c05468c27d14ac61a5c3f6f7feb5c64413 Mon Sep 17 00:00:00 2001
From: Neel Chauhan <neel@neelc.org>
Date: Wed, 26 Oct 2016 20:35:15 -0400
Subject: [PATCH 1/2] Switch to 'import pycodestyle' and add fallback mechanism
---
stem/util/test_tools.py | 74 ++++++++++++++++++++++++++++++-------------------
1 file changed, 45 insertions(+), 29 deletions(-)
diff --git a/stem/util/test_tools.py b/stem/util/test_tools.py