We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a3cd4 commit 04e6446Copy full SHA for 04e6446
1 file changed
Makefile
@@ -18,6 +18,7 @@ clean:
18
client:
19
tox -r --notest -e lint,py3
20
$(PY) -m juju.client.facade -s "juju/client/schemas*" -o juju/client/
21
+ pre-commit run --files $(shell echo juju/client/_[cd]*.py)
22
23
.PHONY: run-unit-tests
24
run-unit-tests: .tox lint
0 commit comments