File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ Coding Style/Conventions
140140 `isort <https://pycqa.github.io/isort/ >`_ to sort the module imports.
141141
142142 * We provide a `pre-commit <https://pre-commit.com/ >`_ based git ``pre-commit ``
143- hook, which enforces all of these styling checks on each commit and automatically
143+ hook which enforces all of these styling checks on each commit and automatically
144144 fixes styling issues whenever possible. Note that ``pre-commit ``
145145 `hooks <https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks#_git_hooks >`_
146146 in git are essentially scripts that get run automatically by git before the
147- commit message can be entered; meaning, if the ``pre-commit `` hook fails you
147+ commit message can be entered. If the ``pre-commit `` hook fails you
148148 will be unable to commit your code without overriding (which should be avoided
149149 whenever possible) the hook, which can be done by running::
150150
You can’t perform that action at this time.
0 commit comments