Merge branch 'windows_docs_fix' into 'master'

Add a note about Windows .flake8 config location

The user docs state that configuration is done in ~/.config/flake8, but on Windows it's in ~/.flake8 instead.

I updated the docs per MergeRequest #49 request.

See merge request !30
This commit is contained in:
Ian Cordasco 2015-04-30 20:36:18 +00:00
commit 36b8e725fa

View file

@ -6,7 +6,7 @@ The behaviour may be configured at two levels.
Global
------
The user settings are read from the ``~/.config/flake8`` file.
The user settings are read from the ``~/.config/flake8`` file (or the ``~/.flake8`` file on Windows).
Example::
[flake8]