mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-15 11:40:48 +05:30
Add isort config to help it find local modules so they are not considered 3rd party libraries
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user