Skip to content

Commit 0d94df3

Browse files
authored
Merge pull request #5774: Use black (via pantsbuild)
2 parents 11989ed + bfc19a8 commit 0d94df3

File tree

5 files changed

+451
-3
lines changed

5 files changed

+451
-3
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
# Lint checks which don't depend on any service containes, etc. to be running.
2727
lint-checks:
28-
name: 'Lint Checks (pants runs: shellcheck)'
28+
name: 'Lint Checks (pants runs: shellcheck, black)'
2929
runs-on: ubuntu-latest
3030

3131
env:

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Added
5353

5454
* Begin introducing `pants <https://www.pantsbuild.org/docs>`_ to improve DX (Developer Experience)
5555
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
56-
to pants' use of PEX lockfiles. This is not a user-facing addition. #5713 #5724 #5726 #5725 #5732 #5733 #5737 #5738 #5758 #5751
56+
to pants' use of PEX lockfiles. This is not a user-facing addition. #5713 #5724 #5726 #5725 #5732 #5733 #5737 #5738 #5758 #5751 #5774
5757
Contributed by @cognifloyd
5858

5959
Changed

0 commit comments

Comments
 (0)