* blue is incompatible with flake8 v5 (GH#78) due to changes in the way
flake8 parses its config files. For now, pin the flake8 dependency <5.0.0
* Add support for testing against Python 3.10 and 3.11 in tox.ini, and fix an
incompatibility with the rstcheck command line.
* Bump copyright years.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blue?expand=0&rev=19
* Add bullet about default line length of 79 characters
* Run blue over docs/ directory
* Fix formatting in docs/conf.py
* Preserve whitespace before hash mark on hanging comments (#31)
* Use flake8 to parse project and user configs for blue
* Patch the config param's callback
* Fixes for static analysis
* Format keys for Click's default_map
* Add pytest for testing
* Format tests/test_blue.py in blue and bluecheck commands
* Add tests for config parsing
* Update docs requirements to match setup.py
* Add note to README and changelog.
* Fix --version option handling and add test cases
* Move coverage switches on pytest to separate sections
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blue?expand=0&rev=7