Skip to content

Commit 17e0342

Browse files
shsmsela-kotulska-frequenz
authored andcommitted
Remove noxfile exceptions on removed code
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 812062c commit 17e0342

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

noxfile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ def pylint(session: nox.Session, install_deps: bool = True) -> None:
219219
"pylint",
220220
"--extension-pkg-whitelist=pydantic",
221221
*paths,
222-
## ignore deprecated paths that will be removed soon.
223-
"--ignore-paths=tests/data_ingestion,\ntests/utils/data_generation.py,\n"
224-
"tests/test_data_handling,\ntests/test_microgrid_data_no_unnecessary_computations.py",
225222
)
226223

227224

0 commit comments

Comments
 (0)