question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add nbqa-prettier built-in hook

See original GitHub issue

What 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:closed
  • Created 3 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
hukkincommented, Apr 8, 2021

FYI, there’s also a Markdown formatter written in Python https://github.com/executablebooks/mdformat 😄

1reaction
MarcoGorellicommented, Nov 20, 2021

Also cc @choldgraf as it looks from here that you were also interested in this

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found