Skip to content

Instantly share code, notes, and snippets.

@markmevans
markmevans / flake8.xml
Last active August 29, 2015 13:55 — forked from stantonk/flake8.xml
<!-- Drop this in ~/Library/Preferences/PyCharm30/tools -->
<!-- make sure you set the path to flake8 executable for your machine in the COMMAND option -->
<!-- $ git clone git@github.com:8696627.git flake8.xml -->
<toolSet name="Flake8">
<tool name="Flake8 File" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="true" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="/usr/local/bin/flake8" />
<option name="PARAMETERS" value="--max-line-length=80 $FileDir$/$FileName$" />
<option name="WORKING_DIRECTORY" value="$FileDir$" />
</exec>