Skip to content

Commit 46821d6

Browse files
Enable black checks
1 parent bdc3bc5 commit 46821d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install:
3333
build: false
3434

3535
test_script:
36-
#- black . --diff --check
36+
- black . --diff --check
3737
- mypy cadquery
3838
- pytest -v --cov
3939

0 commit comments

Comments
 (0)