File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -219,12 +219,12 @@ Let’s get started.
219219We aim to adhere to best practices and coding standards. There are
220220several tools that check our code against those standards like:
221221
222- - flake8 for checking against the PEP8 style guide
223- - yapf to ensure consistent formatting for the whole project
224- - isort to consistently sort the import statements
225- - yamllint to ensure there are no syntax errors in our recipes and config files
226- - lintr for diagnostic scripts written in R
227- - codespell to check grammar
222+ - [ flake8](https://flake8.pycqa.org/en/latest/#) for checking against the PEP8 style guide
223+ - [ yapf](https://pypi.org/project/yapf/) to ensure consistent formatting for the whole project
224+ - [ isort](https://pypi.org/project/isort/) to consistently sort the import statements
225+ - [ yamllint](https://yamllint.readthedocs.io/en/stable/#) to ensure there are no syntax errors in our recipes and config files
226+ - [ lintr](https://github.com/jimhester/lintr) for diagnostic scripts written in R
227+ - [ codespell](https://pypi.org/project/codespell/) to check grammar
228228
229229The good news is that ``pre-commit`` has been already installed
230230when we chose development installation.
You can’t perform that action at this time.
0 commit comments