X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/bb767863b0cc51897f9cd94da84b8b01f3936607..a2408b3cb23fe252b3674cee484d742496bb3411:/README.md?pf=etc diff --git a/README.md b/README.md index c265c79..58e7b41 100644 --- a/README.md +++ b/README.md @@ -1010,7 +1010,7 @@ Use [python-black](https://atom.io/packages/python-black). ### Kakoune -Add the following hook to your kakrc, then run black with `:format`. +Add the following hook to your kakrc, then run _Black_ with `:format`. ``` hook global WinSetOption filetype=python %{ @@ -1151,7 +1151,7 @@ If you're running locally yourself to test black on lots of code try: ```text Usage: black-primer [OPTIONS] - primer - prime projects for blackening ... 🏴 + primer - prime projects for blackening... 🏴 Options: -c, --config PATH JSON config file path [default: /Users/cooper/repos/ @@ -1173,7 +1173,7 @@ Options: ### primer config file -The config is `JSON` format. It's main element is the `"projects"` dictionary. Below +The config is JSON format. Its main element is the `"projects"` dictionary. Below explains each parameter: ```json @@ -1201,17 +1201,17 @@ explains each parameter: ```console cooper-mbp:black cooper$ ~/venvs/b/bin/black-primer -[2020-05-17 13:06:40,830] INFO: 4 projects to run black over (lib.py:270) +[2020-05-17 13:06:40,830] INFO: 4 projects to run Black over (lib.py:270) [2020-05-17 13:06:44,215] INFO: Analyzing results (lib.py:285) -- primer results 📊 -- 3 / 4 succeeded (75.0%) ✅ 1 / 4 FAILED (25.0%) 💩 - - 0 projects Disabled by config - - 0 projects skipped due to Python Version + - 0 projects disabled by config + - 0 projects skipped due to Python version - 0 skipped due to long checkout -Failed Projects: +Failed projects: ## flake8-bugbear: - Returned 1