Skip to content
#

pre-commit

Here are 406 public repositories matching this topic...

harinee
harinee commented Aug 25, 2020

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,

ianozsvald
ianozsvald commented Aug 20, 2021

Is there a how-to guide to write my own tool? I want to do some conditional stripping/modifying (e.g. insert a Python script into a cell) for a Kaggle notebook. I've been playing around for an hour and I've sort-of-got a tool working, but I can't get nbqa to pass in anything I can read. In my code sys.argv has the original Notebook filename and if I rewrite that, nbqa throws an exception.k

Husky.Net
alirezanet
alirezanet commented Feb 1, 2022

Version

0.4.0

Details

Should prevent git exception In a clean new repo, when there are no commits.

Steps to reproduce

  • Step 1: Create a new repo git init
  • Step 2: Install Husky dotnet husky install
  • Step 3: Add pre-commit hook dotnet husky add pre-commit -c "dotnet husky run"
  • Step 4: Add dotnet-format staged task
{
   "tasks": [
      {

Improve this page

Add a description, image, and links to the pre-commit topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more