We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fa078 commit 577a1deCopy full SHA for 577a1de
secretmanager/snippets/noxfile.py
@@ -29,7 +29,7 @@
29
# WARNING - WARNING - WARNING - WARNING - WARNING
30
31
32
-BLACK_VERSION = "black==19.10b0"
+BLACK_VERSION = "black==22.3.0"
33
34
# Copy `noxfile_config.py` to your directory and modify it instead.
35
@@ -253,7 +253,7 @@ def py(session: nox.sessions.Session) -> None:
253
254
255
def _get_repo_root() -> Optional[str]:
256
- """ Returns the root folder of the project. """
+ """Returns the root folder of the project."""
257
# Get root of this repository. Assume we don't have directories nested deeper than 10 items.
258
p = Path(os.getcwd())
259
for i in range(10):
0 commit comments