From f1d31fba38ee30bf697fc5e9a6364e1c37251798 Mon Sep 17 00:00:00 2001
From: clokep
Install them with:
-pip install -e ".[lint,mypy]"
-
-The easiest way to run the lints is to invoke the linter script as follows.
-scripts-dev/lint.sh
-
+See the contributing guide for instructions +on how to install the above tools and run the linters.
It's worth noting that modern IDEs and text editors can run these tools
automatically on save. It may be worth looking into whether this
functionality is supported in your editor for a more convenient
development workflow. It is not, however, recommended to run mypy
-on save as they take a while and can be very resource intensive.