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

chore: add mypy linter, black and flake8 as development dependencies #68

Merged
merged 1 commit into from
Mar 16, 2022

Conversation

Samxx97
Copy link
Contributor

@Samxx97 Samxx97 commented Mar 15, 2022

No description provided.

@lahdjirayhan
Copy link
Contributor

lahdjirayhan commented Mar 16, 2022

Nice!

Wouldn't it be best to also add a .flake8 file? (or other flake config setting, really) Especially because using black and flake8 requires a little setting to work in tandem, see here.

Maybe can be done in another PR, though.

@Samxx97
Copy link
Contributor Author

Samxx97 commented Mar 16, 2022

@lahdjirayhan indeed you are correct , I was thinking of doing this as the next step by taking example of this famous pipeline which also makes use of pre commit hooks as detailed here , but yeah this will have to be done in another pull request which will also address issue #54

@Milind220 Milind220 merged commit a21b28b into Ozon3Org:dev Mar 16, 2022
@Milind220
Copy link
Collaborator

Thanks @Sam-damn, and good idea @lahdjirayhan!

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.

The mypy linter, black, and flake8 should be added as development dependencies for the package
3 participants