diff options
| author | Tyrel Souza <tyrelsouza@gmail.com> | 2015-04-30 16:23:18 -0400 |
|---|---|---|
| committer | Tyrel Souza <tyrelsouza@gmail.com> | 2015-04-30 16:23:18 -0400 |
| commit | 181cffda7f173906667d8af6bac85fea90141b78 (patch) | |
| tree | 89e4f3330bfa1db830fd5b5a1a077701c322eae9 /docs | |
| parent | 9e95a7315e425a3c08ceef6f2b518f5a78200e31 (diff) | |
| download | flake8-181cffda7f173906667d8af6bac85fea90141b78.tar.gz | |
Add a note about Windows .flake8 config location
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/config.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
