Skip to content

Instantly share code, notes, and snippets.

@ohlookemus
ohlookemus / flake8.xml
Last active December 24, 2015 22:39 — forked from stantonk/flake8.xml
Flake8 For PyCharm 3.0
<?xml version="1.0" encoding="UTF-8"?>
<toolSet name="Flake8">
<tool name="Flake8 File" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="true" showConsoleOnStdOut="false" showConsoleOnStdErr="false" synchronizeAfterRun="true">
<exec>
<option name="COMMAND" value="/usr/local/bin/flake8/flake8" />
<option name="PARAMETERS" value="--max-line-length=79 --max-complexity 12 --ignore=E301,E302,E261,E262,W404 $FileDir$/$FileName$" />
<option name="WORKING_DIRECTORY" value="$FileDir$" />
</exec>
<filter>
<option name="NAME" value="Flake8 Output Filter" />