Skip to content

Commit

Permalink
Making mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap committed Aug 14, 2024
1 parent 5434c24 commit c9bf1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dev = [
"pytest",
"pytest-cov",
"ruff~=0.5.2",
"types-PyYAML",
"sphinx-autobuild",
]

Expand Down
2 changes: 1 addition & 1 deletion src/r2x/cli_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Flags(argparse.Action):
argparse
"""

def __call__(
def __call__( # type: ignore
self,
parser: argparse.ArgumentParser,
namespace: argparse.Namespace,
Expand Down

0 comments on commit c9bf1b8

Please sign in to comment.