We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b8c80 commit bd9c718Copy full SHA for bd9c718
1 file changed
README.md
@@ -51,7 +51,7 @@ code organized and reliable.
51
variables). A formatter automatically rewrites your code to follow
52
consistent style rules (e.g. a specific maximum line length). This template
53
uses [Ruff](https://docs.astral.sh/ruff/) which is a fast Python linter and
54
- formatter.
+ formatter that supports both Python files and Jupyter notebooks.
55
56
- **Clean Code:** Writing clean and readable code is always advisable. Some
57
useful principles include:
0 commit comments