Enable black checks

This commit is contained in:
AU
2023-01-07 17:05:48 +01:00
committed by GitHub
parent bdc3bc552b
commit 46821d6fbf

View File

@ -33,7 +33,7 @@ install:
build: false
test_script:
#- black . --diff --check
- black . --diff --check
- mypy cadquery
- pytest -v --cov