mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 08:24:46 +00:00
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:
commit
36b8e725fa
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ The behaviour may be configured at two levels.
|
||||||
Global
|
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::
|
Example::
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue