Skip to content

Commit 7046c3f

Browse files
committed
Apply suggestion from @lwasser
1 parent 75095af commit 7046c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/blog/2026-07-10-lintquarto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ image:
1313
alt: "Person cleaning by a computer. Image source: Unsplash (free to use under the Unsplash Licence) https://unsplash.com/photos/person-in-blue-long-sleeve-shirt-sitting-beside-black-laptop-computer--9gPKrsbGmc."
1414
---
1515

16-
If you write Python code inside Quarto Markdown files, you've probably noticed that your linter can't run on it. `lintquarto` fixes that. It is a command-line tool that wraps Python linters, formatters, static type checkers, and code analysis tools so they can run directly on `.qmd` files. It has recently been [accepted into the PyOpenSci ecosystem](https://github.com/pyOpenSci/software-submission/issues/257).
16+
If you write Python code inside Quarto Markdown files, you've probably noticed that your linter can't run on it. `lintquarto` fixes that. It is a command-line tool that wraps Python linters, formatters, static type checkers, and code analysis tools so they can run directly on `.qmd` files. It has recently been [accepted into the pyOpenSci ecosystem](https://github.com/pyOpenSci/software-submission/issues/257).
1717

1818
## How `lintquarto` works
1919

0 commit comments

Comments
 (0)