Skip to content

Commit 48a9be7

Browse files
committed
ci: re-enable Black enforcement
Summary: Previous commits have reformatted at Black v20.8b1 without support for Python 2.7 or 3.5, so we can turn this check back on. See #4406. Test Plan: That CI passes suffices. wchargin-branch: black-20x-no27-no35
1 parent f896d86 commit 48a9be7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ jobs:
6565
- run: pip freeze --all
6666
- name: 'Lint Python code for style with Black'
6767
# You can run `black .` to fix all Black complaints.
68-
# TODO(#4406): Re-enable this check.
69-
run: black --check --diff . || true
68+
run: black --check --diff .
7069

7170
lint-rust:
7271
runs-on: ubuntu-16.04

0 commit comments

Comments
 (0)