Skip to content

Commit

Permalink
Fix rendering in linter configuration readme for Pycharm
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenioseveri committed Dec 6, 2023
1 parent de987f1 commit b8990d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configurations/python_linters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b8990d8

Please sign in to comment.