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

Format python #50

Draft
wants to merge 3 commits into
base: refactor-templates
Choose a base branch
from
Draft

Format python #50

wants to merge 3 commits into from

Commits on Oct 18, 2024

  1. Format python code with black

    Formatting is done with black version 21.12.b0, because it was
    the last black version supporting python2 code.
    
    It is installed with
    `pip install 'black[python2]==21.12b0'`
    and
    `pip install --upgrade click==8.0.2`.
    Later is needed because of know uncompliance
    between black 21 and newer click version.
    
    Also *.py.example files are formatted.
    ilesoft committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    80febb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e915752 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eb5e9c View commit details
    Browse the repository at this point in the history