-
Updated
Apr 16, 2021 - JavaScript
#
pre-commit
Here are 303 public repositories matching this topic...
Modern native Git hooks made easy 🐶 woof!
A framework for managing and maintaining multi-language pre-commit hooks.
-
Updated
Apr 16, 2021 - Python
Some out-of-the-box hooks for pre-commit
-
Updated
Apr 12, 2021 - Python
pre-commit git hooks to take care of Terraform configurations
-
Updated
Apr 6, 2021 - Shell
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
-
Updated
Apr 17, 2021 - Python
A simple git hooks manager for small projects
-
Updated
Apr 9, 2021 - JavaScript
Rewrites source to reorder python imports
-
Updated
Apr 12, 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
Oct 6, 2020 - Python
MarcoGorelli
commented
Apr 17, 2021
I'd expect this to speed up the test suite
Run `black` on python code blocks in documentation files
-
Updated
Apr 12, 2021 - Python
A tool (and pre-commit hook) to automatically add trailing commas to calls and literals.
-
Updated
Apr 12, 2021 - Python
A tool to manage and run project git hooks
-
Updated
Apr 26, 2019 - JavaScript
Example repo to demonstrate use of `lint-staged` with multi-pkg projects
-
Updated
Dec 11, 2020 - JavaScript
A set of useful (and documented!) git pre-commit hooks.
-
Updated
Sep 10, 2017 - Shell
Seamless integration of https://pre-commit.com git hooks with Nix.
-
Updated
Apr 7, 2021 - Nix
Statically populate the `known_third_party` `isort` setting.
-
Updated
Aug 10, 2020 - Python
MarcoGorelli
commented
Apr 16, 2021
Here's an example:
$ cat t.py
def foo(w: Sequence[int], x: Sequence[int], y: int, z: int) -> bar: ... # noqa: F821,E501
$ yesqa t.py
Rewriting t.py
$ cat t.py
def foo(w: Sequence[int], x: Sequence[int], y: int, z: int) -> bar: ... # noqa: F821
$ flake8 t.py
t.py:1:80: E501 line too long (85 > 79 characters)-
Updated
Apr 18, 2021 - Python
Git hook for adding Jira issues and stories to commit body
-
Updated
Apr 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,