Skip to content

Commit 1956828

Browse files
committed
ignore click argument override
1 parent ab9cd77 commit 1956828

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,7 @@ ignore_errors = true
122122
[[tool.mypy.overrides]]
123123
module = "ellar_cli.testing.*"
124124
ignore_errors = true
125+
126+
[[tool.mypy.overrides]]
127+
module = "ellar_cli.click.argument"
128+
ignore_errors = true

0 commit comments

Comments
 (0)