- Changed
- Rebased
Cercis
to be head to head withBlack
(v23.11.0)
- Rebased
- Diff
- Changed
- Rebased
Cercis
to be head to head withBlack
(v23.10.1)
- Rebased
- Diff
- Changed
- Rebased
Cercis
to be head to head withBlack
(v23.10.0)
- Rebased
- Diff
- Changed
- Rebased
Cercis
to be head to head withBlack
- Rebased
- Diff
- Changed
- Rebased
Cercis
to be head to head withBlack
- Rebased
- Fixed
- Fixed a pytest regression where Python warnings are treated as errors (https://github.com/jsh9/cercis/commit/1229b9dd18f861423e26f8de3f4b5e714d72bd9c)
- Diff
- Changed
- Rebased
Cercis
to be head to head withBlack
version 23.7.0
- Rebased
- Diff
- Changed
- Pulled in the latest changes from psf/black (code diff: #27)
- Added
- A new option
--wrap-comments
to not wrap any comments (not just pragma comments) - A new option
--keep-blank-lines-in-brackets
- A new option
- Changed
- Improved the CLI output text colors because the current colors are confusing or not quite legible
- Added
- Configurability to use tabs instead of spaces (two new options:
--use-tabs
and--tab-width
) - Configurability on base indentation spaces and extra indentation at different line continuation situations
- Configurability to use tabs instead of spaces (two new options:
- Added
- A new configurable option:
--closing-bracket-extra-indent
- A new configurable option:
-
Added
- A new configurable option:
--collapse-nested-brackets
- A new configurable option:
--wrap-pragma-comments
- Some Github workflow actions to make sure CHANGELOG.md is updated
- A new configurable option:
-
Changed
- Changed the default quote to single quote
- Changed the default line length to 79 characters
-
Removed
- Some unrelated documentation and config files
- Added
- Full changelog
- Added
- A configurable option:
single-quote
, for formatting code into single quotes
- A configurable option:
- Full changelog
- This is the initial version that branches away from Black (commit: e712e4)
- Changed
- The default indentation within a function definition (when line wrap happens) is now 8 spaces. (Black's default is 4, which is not PEP8-compatible)
- Updated README, because
cercis
now branches away from Black
- Added
- A configurable option (
function-definition-extra-indent
) is added instead of enforcing 8 spaces for everyone
- A configurable option (