black/docs
Stefan Foulis 4005246f86
Add version to github action (and rewrite the whole thing while at it) (#1940)
Commit history before merge:

* Add black_version to github action
* Merge upstream/main into this branch
* Add version support for the Black action pt.2

  Since we're moving to a composite based action, quite a few changes
  were made. 1) Support was added for all OSes (Windows was painful). 
  2) Isolation from the rest of the workflow had to be done manually
  with a virtual environment.

  Other noteworthy changes:

  - Rewrote basically all of the logic and put it in a Python script
    for easy testing (not doing it here tho cause I'm lazy and I can't
    think of a reasonable way of testing it).
  - Renamed `black_version` to `version` to better fit the existing
    input naming scheme.
  - Added support for log groups, this makes our action's output a
    bit more fancy (I may or may have not added some debug output too).

* Add more to and sorta rewrite the Action's docs

  Reflect compatability and gotchas.

* Add CHANGELOG entry
* Merge main into this branch
* Remove debug; address typos; clean up action.yml

Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
2021-05-31 21:45:50 -04:00
..
_static Create FAQ documentation (GH-2247) 2021-05-25 16:07:05 -04:00
compatible_configs fix #1917 (#1918) 2021-01-11 08:21:14 -08:00
contributing Fix test requirements file name (#2245) 2021-05-17 11:47:34 -07:00
guides Replace references to master branch (#2210) 2021-05-09 17:50:17 -04:00
integrations Add version to github action (and rewrite the whole thing while at it) (#1940) 2021-05-31 21:45:50 -04:00
the_black_code_style Add --experimental-string-processing to future changes (#2273) 2021-05-29 07:27:54 -07:00
usage_and_configuration Fix: black only respects the root gitignore. (#2225) 2021-05-16 13:51:27 -04:00
authors.md Fix and test docs on Windows (#2262) 2021-05-26 19:04:10 -07:00
change_log.md Fix and test docs on Windows (#2262) 2021-05-26 19:04:10 -07:00
conf.py Fix and test docs on Windows (#2262) 2021-05-26 19:04:10 -07:00
faq.md add discussion of magic comments to FAQ (#2272) 2021-05-29 19:16:33 +02:00
getting_started.md Reorganize docs v2 (GH-2174) 2021-05-08 15:17:38 -04:00
index.rst Add @zzzeek testimonial to README and docs 2021-05-29 18:05:35 +02:00
license.rst Reorganize docs v2 (GH-2174) 2021-05-08 15:17:38 -04:00
make.bat add sphinx docs skeleton (#71) 2018-03-23 14:27:04 -07:00
Makefile add sphinx docs skeleton (#71) 2018-03-23 14:27:04 -07:00
requirements.txt Add issue triage documentation (#2236) 2021-05-16 18:07:27 +02:00