Skip to content

Commit df2960b

Browse files
xylaraltheaden
authored andcommitted
Switch recommended IDE to VS Code
1 parent c9a0460 commit df2960b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developers_guide/quick_start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -604,9 +604,9 @@ For this example, we would just add an additional blank line after line 77 and
604604
try the commit again to make sure we've resolved the issue.
605605

606606
You may also find it useful to use an IDE with a PEP8 style checker built in,
607-
such as [PyCharm](https://www.jetbrains.com/pycharm/). See
608-
[this tutorial](https://www.jetbrains.com/help/pycharm/tutorial-code-quality-assistance-tips-and-tricks.html)
609-
for some tips on checking code style in PyCharm.
607+
such as [VS Code](https://code.visualstudio.com/). See
608+
[Formatting Python in VS Code](https://code.visualstudio.com/docs/python/formatting)
609+
for some tips on checking code style in VS Code.
610610

611611
Once you open a pull request for your feature, there is an additional PEP8
612612
style check at this stage (again using pre-commit).

0 commit comments

Comments
 (0)