Skip to content

Commit

Permalink
Merge pull request #429 from akaihola/pin-black-in-build
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola authored Dec 25, 2022
2 parents b0b050e + 54f3db9 commit 37175ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
constraints: ['']
constraints: ['black==22.12.0']
include:
- os: ubuntu-latest
python-version: '3.7'
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Added

Fixed
-----
- Pin Black to version 22.12.0 in the CI build to ensure consistent formatting of
Darker's own code base.


1.6.0_ - 2022-12-19
Expand Down

0 comments on commit 37175ef

Please sign in to comment.