From 3c084e218f7579a769539a376314f5b4c006f209 Mon Sep 17 00:00:00 2001 From: martinvoegele Date: Sun, 4 Aug 2024 12:08:13 -0400 Subject: [PATCH] add flake options --- .flake8 | 3 +++ run-test.sb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..faabb4a --- /dev/null +++ b/.flake8 @@ -0,0 +1,3 @@ +[flake8] +max-line-length = 120 +exclude = build/ diff --git a/run-test.sb b/run-test.sb index 4bfc39e..7f4705c 100644 --- a/run-test.sb +++ b/run-test.sb @@ -9,6 +9,6 @@ source /home/users/mvoegele/miniconda3/etc/profile.d/conda.sh conda activate /oak/stanford/groups/rondror/users/mvoegele/envs/pensa_dev -# Run the tests (ignoring diffnets for now) +# Run the tests pytest