From 181cffda7f173906667d8af6bac85fea90141b78 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Thu, 30 Apr 2015 16:23:18 -0400 Subject: [PATCH] Add a note about Windows .flake8 config location --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 6be8a2c..9d7d2ad 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -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]