===================
Added
-----
- Configuration for Darker can now be done in ``pyproject.toml``.
- The formatting of the Darker code base itself is now checked using Darker itself and
pytest-darker_. Currently the formatting is a mix of `Black 19.10`_ and `Black 20.8`_
rules, and Travis CI only requires Black 20.8 formatting for lines modified in merge
requests. In a way, Darker is now eating its own dogfood.
- Support commit ranges for ``-r``/``--revision``. Useful for comparing to the best
common ancestor, e.g. ``master...``.
- Configure Flake8_ verification for Darker's own source code