home / docs / sections_fts

Menu

sections_fts: 30

This data as json

rowid title content
30 Code formatting Datasette uses opinionated code formatters: Black for Python and Prettier for JavaScript. These formatters are enforced by Datasette's continuous integration: if a commit includes Python or JavaScript code that does not match the style enforced by those tools, the tests will fail. When developing locally, you can verify and correct the formatting of your code using these tools. If you are using Just the quickest way to run these is like so: just black just prettier Or run both at the same time: just format
Powered by Datasette · Queries took 5.656ms