X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b0f3798aab36ff4ee20ae68b1b4cd73acd5fc54c..d0b3d38493a4687be801f98f35630d37f9c1958b:/README.md diff --git a/README.md b/README.md index 8f539e2..6125289 100644 --- a/README.md +++ b/README.md @@ -813,7 +813,7 @@ On Windows / Linux / BSD: 6. Optionally, run _Black_ on every file save: 1. Make sure you have the - [File Watcher](https://plugins.jetbrains.com/plugin/7177-file-watchers) plugin + [File Watchers](https://plugins.jetbrains.com/plugin/7177-file-watchers) plugin installed. 2. Go to `Preferences or Settings -> Tools -> File Watchers` and click `+` to add a new watcher: @@ -825,7 +825,7 @@ On Windows / Linux / BSD: - Output paths to refresh: `$FilePath$` - Working directory: `$ProjectFileDir$` - - Uncheck "Auto-save edited files to trigger the watcher" + - Uncheck "Auto-save edited files to trigger the watcher" in Advanced Options ### Wing IDE @@ -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