Skip to content

Commit

Permalink
Defer Python tool mentions to python-novice-gapminder
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinleinweber committed Nov 19, 2019
1 parent a72cb4b commit 2e0f8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/09-conflict.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Conflicts can also be minimized with project management strategies:
- If the conflicts are stylistic churn (e.g. tabs vs. spaces), establish a
project convention that is governing, use code style tools (e.g.
`styleR` or `Code > Reformat` in RStudio,
or [`pep8` in Python](https://swcarpentry.github.io/python-novice-gapminder/18-style/index.html#follow-standard-python-style-in-your-code),
or [the tools listed in our Python lesson](https://swcarpentry.github.io/python-novice-gapminder/18-style/index.html#follow-standard-python-style-in-your-code),
[ShellCheck(.net)](http://swcarpentry.github.io/shell-novice/guide/#teaching-notes),
etc.) and note this in your project's relevant documentation or ReadMe file.

Expand Down

0 comments on commit 2e0f8b3

Please sign in to comment.