Add isort config to help it find local modules so they are not considered 3rd party libraries

This commit is contained in:
Cosmin Ștefan Ciocan
2024-02-02 13:26:40 +00:00
parent 2c108442f6
commit 5a880c93bd
+1
View File
@@ -69,6 +69,7 @@ exclude_lines = [
[tool.isort]
profile = "black"
src_paths = ["nvcc4jupyter"] # tells isort where to find local modules to not consider them 3rd party libraries
[tool.bandit]
exclude_dirs = ["build","dist","tests","scripts"]