mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-16 12:10:49 +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]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
|
src_paths = ["nvcc4jupyter"] # tells isort where to find local modules to not consider them 3rd party libraries
|
||||||
|
|
||||||
[tool.bandit]
|
[tool.bandit]
|
||||||
exclude_dirs = ["build","dist","tests","scripts"]
|
exclude_dirs = ["build","dist","tests","scripts"]
|
||||||
|
|||||||
Reference in New Issue
Block a user