File tree 4 files changed +8
-8
lines changed
generated_samples/interactive-tutorials
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 29
29
# WARNING - WARNING - WARNING - WARNING - WARNING
30
30
# WARNING - WARNING - WARNING - WARNING - WARNING
31
31
32
- BLACK_VERSION = "black==19.10b0 "
32
+ BLACK_VERSION = "black==22.3.0 "
33
33
34
34
# Copy `noxfile_config.py` to your directory and modify it instead.
35
35
@@ -253,7 +253,7 @@ def py(session: nox.sessions.Session) -> None:
253
253
254
254
255
255
def _get_repo_root () -> Optional [str ]:
256
- """ Returns the root folder of the project. """
256
+ """Returns the root folder of the project."""
257
257
# Get root of this repository. Assume we don't have directories nested deeper than 10 items.
258
258
p = Path (os .getcwd ())
259
259
for i in range (10 ):
Original file line number Diff line number Diff line change 28
28
# WARNING - WARNING - WARNING - WARNING - WARNING
29
29
# WARNING - WARNING - WARNING - WARNING - WARNING
30
30
31
- BLACK_VERSION = "black==19.10b0 "
31
+ BLACK_VERSION = "black==22.3.0 "
32
32
33
33
# Copy `noxfile_config.py` to your directory and modify it instead.
34
34
@@ -231,7 +231,7 @@ def py(session: nox.sessions.Session) -> None:
231
231
232
232
233
233
def _get_repo_root () -> Optional [str ]:
234
- """ Returns the root folder of the project. """
234
+ """Returns the root folder of the project."""
235
235
# Get root of this repository. Assume we don't have directories nested deeper than 10 items.
236
236
p = Path (os .getcwd ())
237
237
for i in range (10 ):
Original file line number Diff line number Diff line change 29
29
# WARNING - WARNING - WARNING - WARNING - WARNING
30
30
# WARNING - WARNING - WARNING - WARNING - WARNING
31
31
32
- BLACK_VERSION = "black==19.10b0 "
32
+ BLACK_VERSION = "black==22.3.0 "
33
33
34
34
# Copy `noxfile_config.py` to your directory and modify it instead.
35
35
@@ -253,7 +253,7 @@ def py(session: nox.sessions.Session) -> None:
253
253
254
254
255
255
def _get_repo_root () -> Optional [str ]:
256
- """ Returns the root folder of the project. """
256
+ """Returns the root folder of the project."""
257
257
# Get root of this repository. Assume we don't have directories nested deeper than 10 items.
258
258
p = Path (os .getcwd ())
259
259
for i in range (10 ):
Original file line number Diff line number Diff line change 29
29
# WARNING - WARNING - WARNING - WARNING - WARNING
30
30
# WARNING - WARNING - WARNING - WARNING - WARNING
31
31
32
- BLACK_VERSION = "black==19.10b0 "
32
+ BLACK_VERSION = "black==22.3.0 "
33
33
34
34
# Copy `noxfile_config.py` to your directory and modify it instead.
35
35
@@ -253,7 +253,7 @@ def py(session: nox.sessions.Session) -> None:
253
253
254
254
255
255
def _get_repo_root () -> Optional [str ]:
256
- """ Returns the root folder of the project. """
256
+ """Returns the root folder of the project."""
257
257
# Get root of this repository. Assume we don't have directories nested deeper than 10 items.
258
258
p = Path (os .getcwd ())
259
259
for i in range (10 ):
You can’t perform that action at this time.
0 commit comments