build: add script to bump dependencies

This commit is contained in:
Nathaniel Landau
2023-03-18 19:17:23 -04:00
parent 009801a691
commit 593dbc3b55
7 changed files with 186 additions and 24 deletions

View File

@@ -73,7 +73,6 @@ class Application:
break
console.print("Done!")
return
def application_add_metadata(self) -> None:
"""Add metadata."""

View File

@@ -354,7 +354,7 @@ class Note:
self.file_content = re.sub(pattern, replacement, self.file_content, re.MULTILINE)
def transpose_metadata( # noqa: C901, PLR0912, PLR0911, PLR0913
def transpose_metadata( # noqa: C901, PLR0912, PLR0911
self,
begin: MetadataType,
end: MetadataType,

View File

@@ -471,7 +471,7 @@ class Vault:
return num_changed
def transpose_metadata( # noqa: PLR0913
def transpose_metadata(
self,
begin: MetadataType,
end: MetadataType,