mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Run black, and add black to a "qa" target to make it a standardised process.
This commit is contained in:
@@ -457,6 +457,10 @@ test-core:
|
||||
test-bim:
|
||||
pytest test/bim
|
||||
|
||||
.PHONY: qa
|
||||
qa:
|
||||
black .
|
||||
|
||||
.PHONY: coverage
|
||||
coverage:
|
||||
coverage run --source blenderbim.core -m pytest -p no:pytest-blender test/core
|
||||
|
||||
Reference in New Issue
Block a user