From 0063458ae3d9b3fba93219e2670848194760b07a Mon Sep 17 00:00:00 2001 From: Ramkumar Vengadakrishnan Date: Fri, 22 Nov 2024 10:48:04 -0600 Subject: [PATCH] docs: Added lint check command Co-authored-by: Ramkumar Vengadakrishnan Co-authored-by: Joe Eltgroth --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 14a0c81..e5f88b0 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,11 @@ To avoid downloading dependencies on every `tile build`: 2. `mkdir cache` 3. `tile build --cache cache` +To verify if there are any lint issues: +``` +python -m tabnanny tile_generator/opsmgr.py +``` + Run indiv Before executing `./scripts/run_local_tests.sh` install virtualenv with `pip install virtualenv`