From 887ecb2ead524f21ae46d623ddb8a152e1d4ddd5 Mon Sep 17 00:00:00 2001 From: Scott Prahl Date: Mon, 29 Apr 2024 20:14:20 -0700 Subject: [PATCH] lint another file --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fbeb46a..5718631 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,8 @@ lint: -pylint iadpython/sphere.py -pylint iadpython/port.py -pylint iadpython/start.py + -pylint iadpython/txt.py + -pylint tests/test_boundary.py -pylint tests/test_combo.py -pylint tests/test_fresnel.py