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.

Use Pre-commit for code quality

See original GitHub issue

Pre-commit is A framework for managing and maintaining multi-language pre-commit hooks. We could use it to improve code quality. Frappe started using it in multiple repos why don’t we? I use it in all my projects and it really helps to keep style consistent. I can provide pre-commit config.

@revant Thoughts?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:7

github_iconTop GitHub Comments

1reaction
revantcommented, Dec 5, 2021

you or me are to blame! 😬

how many files are to be changed any idea?

0reactions
vrslevcommented, Dec 6, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Improve Code Quality with Git Hooks and Pre-commit
Pre-commit hooks tutorial to improve code quality and reduce bugs. Example .pre-commit-config.yaml file included!
Read more >
Code quality: pre-commit linting - JavaScript in Plain English
Let's compare linted and prettified code against the same code lacking linting. For that purpose, we will take Angular code. Non-linted and non-formatted:...
Read more >
How To Automate Your Coding Style With Pre-Commit
See how to enhance code quality and gain time. Code is not something frozen through time but it evolves with the team and...
Read more >
Using Precommit Hooks For Static Code Analysis
In this article we'll discuss how to use Git's pre-commit hooks to run our static code analysis tools on just the set of...
Read more >
Improve your IaC code quality with the pre-commit hooks
Terraform Infrastructure as Code quality may be significantly improved using pre-commit hooks. Learn how to install and use them for your ...
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