summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGuilhem Saurel <guilhem.saurel@laas.fr>2021-10-11 20:54:47 +0200
committerGuilhem Saurel <guilhem.saurel@laas.fr>2021-10-11 20:54:47 +0200
commitd835bc839703b45c4fb2d4e0b951b49c7e3bb962 (patch)
treefbccaee160e38ee785e878de1a1962c0b08131d5 /docs
parentac2059d1547f301e840962715850f1d326c6ae1e (diff)
downloadflake8-d835bc839703b45c4fb2d4e0b951b49c7e3bb962.tar.gz
remove more mentions of user-level configuration in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/source/user/configuration.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/source/user/configuration.rst b/docs/source/user/configuration.rst
index 67aba82..f26674b 100644
--- a/docs/source/user/configuration.rst
+++ b/docs/source/user/configuration.rst
@@ -24,16 +24,12 @@ Remember that you want to specify certain options without writing
Configuration Locations
=======================
-|Flake8| supports storing its configuration in the following places:
-
-- Your top-level user directory
-
-- In your project in one of ``setup.cfg``, ``tox.ini``, or ``.flake8``.
+|Flake8| supports storing its configuration in your project in one of
+``setup.cfg``, ``tox.ini``, or ``.flake8``.
Values set at the command line have highest priority, then those in the
-project configuration file, then those in your user directory, and finally
-there are the defaults. However, there are additional command line options
-which can alter this.
+project configuration file, and finally there are the defaults. However,
+there are additional command line options which can alter this.
Project Configuration