Skip to content

Commit 49fd746

Browse files
add links to the tools
Co-authored-by: Peter Kalverla <[email protected]>
1 parent 5bb4441 commit 49fd746

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_episodes/08-development-setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ Let’s get started.
219219
We aim to adhere to best practices and coding standards. There are
220220
several 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
229229
The good news is that ``pre-commit`` has been already installed
230230
when we chose development installation.

0 commit comments

Comments
 (0)