Skip to content

Commit

Permalink
add mypy as dependency for lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Oct 18, 2024
1 parent 83733aa commit 102d9a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def mypy_args(self):

@cached_property
def mypy_deps(self):
return self.config.get('mypy-deps', [])
return self.config.get('mypy-deps', []) + ['mypy']

@cached_property
def test_package_install_command(self):
Expand Down

0 comments on commit 102d9a3

Please sign in to comment.