yapf
Here are 31 public repositories matching this topic...
-
Updated
May 1, 2022 - Python
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
-
Updated
Aug 24, 2020 - Python
-
Updated
May 4, 2022
-
Updated
May 27, 2019 - TypeScript
-
Updated
Apr 22, 2022 - Python
-
Updated
Jul 3, 2021 - CSS
I don't program in Python, so would be looking for someone to take this up. Basically what we want to do is:
- Match https://github.com/google/yapf#knobs against any existing Unibeautify options, and implement them in an options.ts file here. See https://github.com/Unibeautify/beautifier-prettier/blob/master/src/opti
-
Updated
Mar 31, 2022 - Python
-
Updated
Sep 20, 2021 - Vim script
-
Updated
Dec 19, 2018 - Vim script
-
Updated
Jan 16, 2020 - Java
-
Updated
May 26, 2018 - Python
Improve this page
Add a description, image, and links to the yapf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the yapf topic, visit your repo's landing page and select "manage topics."
Perhaps we should document this issue in the FAQ? Using pre-commit with Black is pretty common (and it's not always instantly clear it passes all of the files to the hook directly bypassing any file discovery the hook may implement). I'd suggest pre-commit's exclude configurations first, and then black's force-exclude.
_Originally posted by @ichard26 in psf/black#3013