We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a9443 commit 86cd14dCopy full SHA for 86cd14d
content/productivity.rst
@@ -524,6 +524,13 @@ code checkers when you're doing a new commit to the repository.
524
525
For more information see their website.
526
527
+
528
+Other nice tools
529
+----------------
530
531
+- `isort <https://pycqa.github.io/isort/>`__ - Sorts import statements for you
532
+- `jupyterlab_code_formatter <https://github.com/ryantam626/jupyterlab_code_formatter>`__ - Adds formatting functionality to jupyterlab.
533
534
.. keypoints::
535
536
- Using linters and formatters can help you write cleaner code.
0 commit comments