black/docs
Hadi Alqattan b8450b9fae
Fix: black only respects the root gitignore. (#2225)
Commit history before merge:

Black now respects .gitignore files in all levels, not only root/.gitignore file
(apply .gitignore rules like git does).

* Fix: typo
* Fix: respect .gitignore files in all levels.
* Add: CHANGELOG note.
* Fix: TypeError: unsupported operand type(s) for +: 'NoneType' and 'PathSpec'
* Update docs.
* Fix: no parent .gitignore
* Add a comment since the if expression is a bit hard to understand
* Update tests - conver no parent .gitignore case.
* Use main's Pipfile.lock instead

  The original changes in Pipfile.lock are whitespace only. The changes
  turned the JSON's file indentation from 4 to 2. Effectively this
  happened: `json.dumps(json.loads(old_pipfile_lock), indent=2) + "\n"`.

  Just using main's Pipfile.lock instead of undoing the changes because
  1) I don't know how to do that easily and quickly, and 2) there's a
  merge conflict.

  Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>

* Merge remote-tracking branch 'upstream/main' into i1730 …
  
  conflicts for days ay?
2021-05-16 13:51:27 -04:00
..
_static As long as it's black (#1893) 2020-12-31 09:03:39 -08:00
compatible_configs fix #1917 (#1918) 2021-01-11 08:21:14 -08:00
contributing Include Jelle's review suggestions 2021-05-16 18:24:28 +02:00
guides Replace references to master branch (#2210) 2021-05-09 17:50:17 -04:00
integrations Update vim plugin manual installation instructions. (#2235) 2021-05-16 18:10:59 +02:00
the_black_code_style Reorganize docs v2 (GH-2174) 2021-05-08 15:17:38 -04:00
usage_and_configuration Fix: black only respects the root gitignore. (#2225) 2021-05-16 13:51:27 -04:00
authors.md Reorganize docs v2 (GH-2174) 2021-05-08 15:17:38 -04:00
change_log.md Symlink docs/change_log.md to CHANGES.md, don't copy (#2146) 2021-04-26 10:26:03 -07:00
conf.py Add issue triage documentation (#2236) 2021-05-16 18:07:27 +02:00
getting_started.md Reorganize docs v2 (GH-2174) 2021-05-08 15:17:38 -04:00
index.rst Use codespell to find typos (#2228) 2021-05-13 10:28:41 -07: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