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

Enable the pre-commit hooks to check the coding style in python #105

Merged
merged 4 commits into from
Sep 22, 2023

Conversation

yu-iskw
Copy link
Contributor

@yu-iskw yu-iskw commented Sep 21, 2023

Overview

It would be good to implement hooks to check the coding style in python using pre-commit.

@yu-iskw yu-iskw marked this pull request as ready for review September 21, 2023 06:12
Comment on lines 28 to 31
# - repo: https://github.com/pycqa/flake8
# rev: 4.0.1
# hooks:
# - id: flake8
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to use the hook of flake8 at the moment, since flake8 doesn't support pyproject.toml as of this writing.

@yu-iskw yu-iskw changed the title Pre commit hooks for python Enable the pre-commit hooks to check the coding style in python Sep 21, 2023
@z3z1ma z3z1ma merged commit fb8eaaf into z3z1ma:main Sep 22, 2023
1 of 2 checks passed
@yu-iskw
Copy link
Contributor Author

yu-iskw commented Sep 22, 2023

@z3z1ma Thank you for merging this!

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.

2 participants