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

Code Quality in CI #360

Merged
merged 4 commits into from
Aug 7, 2024
Merged

Code Quality in CI #360

merged 4 commits into from
Aug 7, 2024

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    32d1855 View commit details
    Browse the repository at this point in the history
  2. ci: add code quality to CI

    mariugul committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7efe891 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. style: formatted all files with pre-commit tools

    This formatted python files with isort, black and ran
    pylint linter.
    It checked newlines at the end of files.
    Formatted html, css, js.
    Formatted Markdown and txt files.
    Checked the shell scripts for shebangs.
    mariugul committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    82da452 View commit details
    Browse the repository at this point in the history
  2. refactor: delete .vscode folder

    No need to track private vs code settings.json in git.
    mariugul committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6bf94b6 View commit details
    Browse the repository at this point in the history