X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a4399f3054206eac52a89832a415e31077bafa0a..7ce3894f23adf94f2f3cf206e06e7dce9f4ce401:/README.md diff --git a/README.md b/README.md index ead7b61..76b7d7c 100644 --- a/README.md +++ b/README.md @@ -933,6 +933,10 @@ is: `file-mode` is an int flag that determines whether the file was formatted as 3.6+ only, as .pyi, and whether string normalization was omitted. +To override the location of these files on macOS or Linux, set the environment variable +`XDG_CACHE_HOME` to your preferred location. For example, if you want to put the cache in +the directory you're running *Black* from, set `XDG_CACHE_HOME=.cache`. *Black* will then +write the above files to `.cache/black//`. ## Used by @@ -1034,6 +1038,9 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * fixed bug that led *Black* format some code with a line length target of 1 (#762) +* *Black* no longer introduces quotes in f-string subexpressions on string + boundaries (#863) + ### 19.3b0