mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Run black, and add black to a "qa" target to make it a standardised process.
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
test:
|
||||
pytest -p no:pytest-blender test
|
||||
|
||||
.PHONY: qa
|
||||
qa:
|
||||
black .
|
||||
|
||||
.PHONY: coverage
|
||||
coverage:
|
||||
coverage run --source ifcopenshell -m pytest
|
||||
|
||||
Reference in New Issue
Block a user