File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
generated_samples/interactive-tutorials Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2929# WARNING - WARNING - WARNING - WARNING - WARNING
3030# WARNING - WARNING - WARNING - WARNING - WARNING
3131
32- BLACK_VERSION = "black==19.10b0 "
32+ BLACK_VERSION = "black==22.3.0 "
3333
3434# Copy `noxfile_config.py` to your directory and modify it instead.
3535
@@ -253,7 +253,7 @@ def py(session: nox.sessions.Session) -> None:
253253
254254
255255def _get_repo_root () -> Optional [str ]:
256- """ Returns the root folder of the project. """
256+ """Returns the root folder of the project."""
257257 # Get root of this repository. Assume we don't have directories nested deeper than 10 items.
258258 p = Path (os .getcwd ())
259259 for i in range (10 ):
Original file line number Diff line number Diff line change 2828# WARNING - WARNING - WARNING - WARNING - WARNING
2929# WARNING - WARNING - WARNING - WARNING - WARNING
3030
31- BLACK_VERSION = "black==19.10b0 "
31+ BLACK_VERSION = "black==22.3.0 "
3232
3333# Copy `noxfile_config.py` to your directory and modify it instead.
3434
@@ -231,7 +231,7 @@ def py(session: nox.sessions.Session) -> None:
231231
232232
233233def _get_repo_root () -> Optional [str ]:
234- """ Returns the root folder of the project. """
234+ """Returns the root folder of the project."""
235235 # Get root of this repository. Assume we don't have directories nested deeper than 10 items.
236236 p = Path (os .getcwd ())
237237 for i in range (10 ):
Original file line number Diff line number Diff line change 2929# WARNING - WARNING - WARNING - WARNING - WARNING
3030# WARNING - WARNING - WARNING - WARNING - WARNING
3131
32- BLACK_VERSION = "black==19.10b0 "
32+ BLACK_VERSION = "black==22.3.0 "
3333
3434# Copy `noxfile_config.py` to your directory and modify it instead.
3535
@@ -253,7 +253,7 @@ def py(session: nox.sessions.Session) -> None:
253253
254254
255255def _get_repo_root () -> Optional [str ]:
256- """ Returns the root folder of the project. """
256+ """Returns the root folder of the project."""
257257 # Get root of this repository. Assume we don't have directories nested deeper than 10 items.
258258 p = Path (os .getcwd ())
259259 for i in range (10 ):
Original file line number Diff line number Diff line change 2929# WARNING - WARNING - WARNING - WARNING - WARNING
3030# WARNING - WARNING - WARNING - WARNING - WARNING
3131
32- BLACK_VERSION = "black==19.10b0 "
32+ BLACK_VERSION = "black==22.3.0 "
3333
3434# Copy `noxfile_config.py` to your directory and modify it instead.
3535
@@ -253,7 +253,7 @@ def py(session: nox.sessions.Session) -> None:
253253
254254
255255def _get_repo_root () -> Optional [str ]:
256- """ Returns the root folder of the project. """
256+ """Returns the root folder of the project."""
257257 # Get root of this repository. Assume we don't have directories nested deeper than 10 items.
258258 p = Path (os .getcwd ())
259259 for i in range (10 ):
You can’t perform that action at this time.
0 commit comments