From f18685891e0d683bc22baf9f8e44807dc4d9f0dd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 06:37:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/flake8/options/config.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/flake8/options/config.py b/src/flake8/options/config.py index e762f45..6f6a4ec 100644 --- a/src/flake8/options/config.py +++ b/src/flake8/options/config.py @@ -13,8 +13,10 @@ from flake8.options.manager import OptionManager LOG = logging.getLogger(__name__) DEFAULT_CANDIDATES = ("setup.cfg", "tox.ini", ".flake8") ADDITIONAL_CANDIDATES = ("flake8",) -ADDITIONAL_LOCATIONS = (os.path.expanduser(r'~'), - os.path.expanduser(r'~/.config')) +ADDITIONAL_LOCATIONS = ( + os.path.expanduser(r"~"), + os.path.expanduser(r"~/.config"), +) def _is_config(path: str) -> bool: