Commit f4092708 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

add lint targets for python to general lint targets

parent 05fe9ca5
...@@ -91,8 +91,8 @@ format-isort: ...@@ -91,8 +91,8 @@ format-isort:
--skip experiments/simbricks/utils/graphlib.py \ --skip experiments/simbricks/utils/graphlib.py \
results/ experiments/ results/ experiments/
lint: lint-cpplint lint-clang-format lint: lint-cpplint lint-clang-format lint-python
lint-all: lint lint-clang-tidy lint-all: lint lint-clang-tidy typecheck-python
help: help:
@echo "Targets:" @echo "Targets:"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment