Commit 5a843b5b by Ben Patterson

Pep8 should ignore pycharm-helpers files on folks' workstations/VMs.

Project-root is the default location for these helper files, and they are being
examined as part of pep8 runs. This change will ensure they are ignored in this case.
parent 5a1d180f
......@@ -29,4 +29,4 @@ no-path-adjustment=1
# It's a little unusual, but we have good reasons for doing so, so we disable
# this rule.
ignore=E501,E265,W602
exclude=migrations,.git
exclude=migrations,.git,.pycharm_helpers
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment