The Wayback Machine - https://web.archive.org/web/20220323045439/https://github.com/topics/pre-commit-hook
Skip to content
#

pre-commit-hook

Here are 111 public repositories matching this topic...

black
ichard26
ichard26 commented Mar 15, 2022

Suspect regression. Using v 4.0.1 (Gentoo X86_64). Having just installed black (v22.1.0), reformatting produced multiple W503 messages. Attempted to utilize extended-ignore and reloaded/rescanned project. Warnings persisted. I ensured no W503/W504 ignores were present in code or configuration. Only after adding explicitly W503 to extended-ignore would flake8 be satisfied.

_Originally posted by

good first issue T: documentation
ansible-lint
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

documentation good first issue

Improve this page

Add a description, image, and links to the pre-commit-hook 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-hook topic, visit your repo's landing page and select "manage topics."

Learn more