From c67c41f4674407719cb59a01da98536f96fa1977 Mon Sep 17 00:00:00 2001
From: H-Shay
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.