-
Updated
Jan 22, 2022 - Python
black
Here are 285 public repositories matching this topic...
-
Updated
Jan 6, 2022 - Python
-
Updated
Feb 15, 2022 - Python
-
Updated
Aug 24, 2020 - Python
-
Updated
Mar 4, 2022 - Python
-
Updated
Feb 16, 2022 - Python
-
Updated
Dec 30, 2021 - Python
User Story
As a registered Black business owner, I would like the ability to manage (edit) the information belonging to my claimed business.
Owners should be able to edit every field that we have on them (name, owner, url, description, tags/labels, etc.)
-
Updated
Mar 2, 2022
Hey guys, I was trying to clean up some code and came upon this super niche edge case.
Here is the minimal reproducible example. Removing one or both ifs, removing the bottom comment or replacing the ruleorder with anything else does not result in the error.
# when using nested if-statements with___
if True:
if True:
ruleorder: ___a_ruleorder_and___
# __-
Updated
Feb 25, 2021 - CSS
-
Updated
Apr 29, 2021 - Shell
-
Updated
Aug 22, 2017 - CSS
ufmt quiet mode
It would be nice if ufmt had a quiet mode. For example
ufmt format foo/bar.txt
will output
Formatted foo/bar.txt
It would be nice to have a -q flag to silence these
-
Updated
Jan 13, 2022 - Jupyter Notebook
-
Updated
May 24, 2020 - Vim script
-
Updated
Feb 20, 2022 - Python
-
Updated
Apr 8, 2019 - Swift
-
Updated
Feb 27, 2022 - Python
Improve this page
Add a description, image, and links to the black topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the black topic, visit your repo's landing page and select "manage topics."
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
nbqato pass in anything I can read. In my codesys.argvhas the original Notebook filename and if I rewrite that,nbqathrows an exception.k