From 4a9bad71fce988aa33bbad9938209dfe18fb0305 Mon Sep 17 00:00:00 2001 From: ClaraBuettner Date: Thu, 14 Sep 2023 15:45:50 +0200 Subject: [PATCH] Add updated files to noxfile --- noxfile.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/noxfile.py b/noxfile.py index 9764d83de..95039d5d5 100644 --- a/noxfile.py +++ b/noxfile.py @@ -4,7 +4,15 @@ import nox cleaned = [ + "etrago/appl.py", + "etrago/cluster/electrical.py", "etrago/cluster/disaggregation.py", + "etrago/cluster/gas.py", + "etrago/cluster/snapshot.py", + "etrago/cluster/spatial.py", + "etrago/tools/extendable.py", + "etrago/tools/execute.py", + "etrago/tools/io.py", "etrago/tools/network.py", "etrago/tools/utilities.py", "noxfile.py",