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

feat: configure pre-commit for better project #57

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

slowy07
Copy link

@slowy07 slowy07 commented Mar 25, 2023

better project with following style guide from PEP8 python code style, so i create some formatter configuration with precommit. for sample configuration can use:

repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v2.3.0
    hooks:
    -   id: check-yaml
    -   id: end-of-file-fixer
    -   id: trailing-whitespace
-   repo: https://github.com/psf/black
    rev: 22.10.0
    hooks:
    -   id: black

beside that, we can use other package like flake8 for checking the quality code, or create local configuration for better project and make more better code style

reference about configuration here

Signed-off-by: slowy07 <slowy.arfy@gmail.com>
Signed-off-by: slowy07 <slowy.arfy@gmail.com>
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