cfa02dd46e
- Add black-23.3.patch to make it compatible with latest python-black version. gh#grantjenks/blue#97
Daniel Garcia2023-05-04 12:03:20 +00:00
3881642047
- drop unpin-black.patch (obsolete) - update flake8-v5-compatibility.patch to unpin flake8 again
Dirk Mueller2023-01-28 13:08:17 +00:00
5bdf488cda
- update to 0.9.1: * 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.
Dirk Mueller2023-01-28 12:59:25 +00:00
604b633a76
- Upgrade to 0.9.0: - Fix test suite failures due to a confluence of problems - Upgrade dependency on Black to 22.1.0 to support Python 3.10 - Add link to demo site at https://iblueit.devMatej Cepl2022-05-04 17:40:33 +00:00
aa4110ff70
- Update unpin-tomli.patch to work with the current black package. - Skip failing tests (gh#grantjenks/blue#72)
Matej Cepl2022-04-23 18:59:19 +00:00
e98ef1a869
- Update to 0.7.0: * Upgrade dependency on black to 21.7b0 - Add patch support-new-flake8.patch: * Support backwards incompatiable changes with flake8 4.0
Steve Kowalik2022-01-12 07:28:45 +00:00
351935ffa2
- Update to 0.6.0: * 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
Steve Kowalik2021-03-17 04:08:07 +00:00