Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: check-project command #18

Merged
merged 3 commits into from Dec 27, 2022
Merged

fix: check-project command #18

merged 3 commits into from Dec 27, 2022

Conversation

DavidVujic
Copy link
Owner

@DavidVujic DavidVujic commented Dec 27, 2022

Fixes a non-functioning check-project command.

Description

The command will install dependencies by using poetry install in a temp folder, then run poetry run mypy with a path to the project-specific top namespace.

Motivation and Context

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

@DavidVujic DavidVujic merged commit ae188bc into main Dec 27, 2022
@DavidVujic DavidVujic deleted the check-project-bugfix branch December 27, 2022 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant