Add nbqa-prettier built-in hook
See original GitHub issueWhat do you think of using prettier pre-commit hook in nbQA?
I think it’s useful since Jupyter Notebooks contain a lot of markdown
text which needs to be formatted.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Pre-commit Hook - Prettier
You can use Prettier with a pre-commit tool. This can re-format your files that are marked as “staged” via `git add` before you...
Read more >Create-React-App with TypeScript, ESLint, Prettier, and Github ...
Start a new project with create-react-app and the typescript flag. npx create-react-app my-app --template typescript. NPM Packages. We'll be adding the ...
Read more >How to use ESLint and Prettier within a Razzle, React and ...
I want to use both ESLint and Prettier within a project that uses both React and TypeScript inside VS Code (through Razzle, ...
Read more >ESLint and Prettier with Husky git hooks - YouTube
Using eslint and the prettier formatter are considered best practices at this point, especially for projects that will have lot's of ...
Read more >Prettier using Pre-Commit Hooks - YouTube
Prettier usage in pre-commit hooks to ensure consistent code styling, formatting.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI, there’s also a Markdown formatter written in Python https://github.com/executablebooks/mdformat 😄
Also cc @choldgraf as it looks from here that you were also interested in this