From b8990d818e152d36218d412bdf382147ba2ae069 Mon Sep 17 00:00:00 2001 From: eugenioseveri Date: Wed, 6 Dec 2023 16:01:02 +0100 Subject: [PATCH] Fix rendering in linter configuration readme for Pycharm --- configurations/python_linters/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/configurations/python_linters/README.md b/configurations/python_linters/README.md index feee3af..9399ec7 100644 --- a/configurations/python_linters/README.md +++ b/configurations/python_linters/README.md @@ -75,4 +75,5 @@ After this configurations, the linters can be run from the menu **Tools -> Exter * _Program_: `$PyInterpreterDirectory$/isort` * _Arguments_: `--sp ../.github/configurations/python_linters/.isort.cfg --profile black $FilePath$` * _Working directory_: `$ProjectFileDir$/DjangoMainProject` + With this configuration, the linters are run against the opened file in the editor; to do it against the whole codebase, change the variable *$FilePath$* to the Django root directory.