Skip to content

Commit

Permalink
ci: Make MyPy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
svenax authored and pawamoy committed Aug 17, 2023
1 parent 5b20bdd commit 9e879f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git_changelog/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Changelog:
CONVENTION: ClassVar[dict[str, type[CommitConvention]]] = {
"basic": BasicConvention,
"angular": AngularConvention,
"atom": AtomConvention,
"atom": AtomConvention, # type: ignore[type-abstract]
"conventional": ConventionalCommitConvention,
}

Expand Down

0 comments on commit 9e879f5

Please sign in to comment.