black/docs
Richard Si b97a4ac449
Add test requirements to Pipfile[.lock] & bump deps (#2436)
While this development environment / requirements situation is a mess,
let's at least make it consistent. We're effectively supporting two
modes of development in this project, 1) tox based dev commands
(e.g. `tox -e fuzz`) that are dead simple to use, and 2) manual dev
commands (e.g. `pytest -n auto`) that give more control and are usually
faster.

Right now the Pipfile.lock based development environment is incomplete
missing the test requirements specified in ./test_requirements.txt.
This is annoying since manual test commands (e.g. `pytest -k fmtonoff`)
fail. Let's fix this by making Pipfile.lock basically a
"everything you need" requirements file (fuzzing not included since
running it locally is not something common).

Oh and let's bump some documentation deps (and bring some requirements
across .pre-commit-config.yaml, Pipfile, and docs/requirement.txt in
alignment again). Don't worry, I tested these changes so they should
be fine (hopefully!).
2021-08-22 20:20:06 -07:00
..
_static Add EOF and trailing whitespace fixer to pre-commit config (#2330) 2021-06-13 10:22:46 -07:00
compatible_configs fix #1917 (#1918) 2021-01-11 08:21:14 -08:00
contributing Clarify contributing docs (#2398) 2021-07-24 15:59:53 -07:00
guides isort docs have changed urls (#2390) 2021-07-22 07:04:53 -07:00
integrations Update language server links (#2425) 2021-08-12 18:45:33 -04:00
the_black_code_style Docs: no space is inserted to empty docstrings (#2249) (#2333) 2021-06-13 12:27:57 -07:00
usage_and_configuration Add option to require a specific version to be running (#2300) 2021-06-03 13:09:41 -07: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 Jupyter notebook support (#2357) 2021-08-06 16:57:46 -04:00
getting_started.md Jupyter notebook support (#2357) 2021-08-06 16:57:46 -04:00
index.rst Chat on Discord instead of Freenode (#2336) 2021-06-15 10:37:59 -04: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 EOF and trailing whitespace fixer to pre-commit config (#2330) 2021-06-13 10:22:46 -07:00
requirements.txt Add test requirements to Pipfile[.lock] & bump deps (#2436) 2021-08-22 20:20:06 -07:00