Skip to content
#

pre-commit-hook

Here are 121 public repositories matching this topic...

black
ichard26
ichard26 commented Jul 3, 2022

I'm not sure this will help us much; Black is not a particularly security-sensitive tool.

Maybe we should document that blackd shouldn't be run as a publicly accessible server though.

Originally posted by @JelleZijlstra in psf/black#3045 (comment)

good first issue T: documentation C: integrations
ansible-lint
konstruktoid
konstruktoid commented Jan 6, 2022
Summary

Even if the custom .yamllint.yml is read, the 'line-length': {'level': 'warning', 'max': 120, 'allow-non-breakable-words': True, 'allow-non-breakable-inline-mappings': False} rule will trigger an fatal violation.

yamllint itself triggers only a warning.

See https://github.com/konstruktoid/ansible-role-hardening/runs/4732728069?check_suite_focus=true

.yamllint.yml:

bug good first issue
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