Skip to content

Conversation

slowy07
Copy link

@slowy07 slowy07 commented Apr 1, 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

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.

1 participant