-
Updated
Aug 14, 2021 - JavaScript
#
pre-commit
Here are 339 public repositories matching this topic...
Modern native Git hooks made easy 🐶 woof!
A framework for managing and maintaining multi-language pre-commit hooks.
-
Updated
Aug 10, 2021 - Python
Some out-of-the-box hooks for pre-commit
-
Updated
Aug 13, 2021 - Python
pre-commit git hooks to take care of Terraform configurations
-
Updated
Jul 26, 2021 - Shell
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
-
Updated
Aug 4, 2021 - Python
niklaas
commented
Aug 4, 2021
I get the following errror
ENOENT: no such file or directory, open '/Users/niklaas/git/abc/def/.git/worktrees/<name of worktree>/hooks/pre-commit'
when running npx simple-pre-commit inside a git worktree.
Rewrites source to reorder python imports
-
Updated
Aug 9, 2021 - Python
Python best practices project cookiecutter 🍪
python
best-practices
pre-commit
cookiecutter
pytest
flake8
black
mypy
cookiecutter-template
isort
pipenv
python-best-practices
-
Updated
May 26, 2021 - Python
Run any standard Python code quality tool on a Jupyter Notebook
lint
python
doctest
pre-commit
jupyter-notebook
yapf
flake8
pylint
black
mypy
isort
codequality
pyupgrade
-
Updated
Aug 9, 2021 - Python
Run `black` on python code blocks in documentation files
-
Updated
Aug 9, 2021 - Python
A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.
-
Updated
Aug 9, 2021 - Python
Example repo to demonstrate use of `lint-staged` with multi-pkg projects
-
Updated
Aug 11, 2021 - JavaScript
A tool to manage and run project git hooks
-
Updated
Apr 26, 2019 - JavaScript
Library for managing git hooks
-
Updated
Aug 9, 2021 - Python
Seamless integration of https://pre-commit.com git hooks with Nix.
-
Updated
Jun 29, 2021 - Nix
A set of useful (and documented!) git pre-commit hooks.
-
Updated
Sep 10, 2017 - Shell
-
Updated
Jun 10, 2021 - Python
Statically populate the `known_third_party` `isort` setting.
-
Updated
Aug 10, 2020 - Python
Git hook for adding Jira issues and stories to commit body
-
Updated
Apr 9, 2021 - Python
CommonMark compliant Markdown formatter
-
Updated
Aug 9, 2021 - Python
React boilerplate based on create-react-app
react
redux
immutable
eslint
redux-saga
minimal
create-react-app
pre-commit
react-router-redux
react-router-dom
-
Updated
May 11, 2020 - JavaScript
lirantal
commented
Jul 5, 2019
Is your feature request related to a problem? Please describe.
If I'm trying to debug how detect-secrets work then I need to run it with DEBUG=detect-secrets which lint-staged isn't friendly with. Instead, I'd want to pass it some flags like --debug in order to enable debugging.
Describe the solution you'd like
- Add a
--debugflag to enable debugging - This should enable debug
Improve this page
Add a description, image, and links to the pre-commit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pre-commit topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
As per #228 the interactive mode did not work properly for Windows. It rendered Windows unusable, whether the feature was turned on or not.
Describe the solution you'd like
The interactive mode helps people an assisted way to enter contents to ignore through an interactive shell.
This needs to be exactly same for Windows,