Skip to content

Commit f2bf6a8

Browse files
committed
Remove deprecated code from pylint check
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent d43d9fb commit f2bf6a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

noxfile.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ def pylint(session: nox.Session, install_deps: bool = True) -> None:
235235
"pylint",
236236
"--extension-pkg-whitelist=pydantic",
237237
*paths,
238+
## ignore deprecated paths that will be removed soon.
239+
"--ignore-paths=tests/data_ingestion,\ntests/utils/data_generation.py,\n"
240+
"tests/test_data_handling,\ntests/test_microgrid_data_no_unnecessary_computations.py",
238241
)
239242

240243

0 commit comments

Comments
 (0)