Skip to content

Commit 37f2974

Browse files
committed
Fix passing of nox config
We were creating a custom config but still passing the default config. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent a278b26 commit 37f2974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"cookiecutter/local_extensions.py",
1414
]
1515
)
16-
nox.configure(default.lib_config)
16+
nox.configure(config)

0 commit comments

Comments
 (0)