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

Pre-commit workflow #21

Merged
merged 10 commits into from
Dec 5, 2023
Merged

Commits on Nov 30, 2023

  1. git: adding pre-commit configuration file

    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ff204a8 View commit details
    Browse the repository at this point in the history
  2. deps: adding requirements file for development

    Since `setup.py` doesn't have a good mechanism for differentiating
    between production and development dependencies, including this file as
    a way for contributors
    
    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    36a1a5b View commit details
    Browse the repository at this point in the history
  3. script: removing obsolete git hook installation script

    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    01d24f5 View commit details
    Browse the repository at this point in the history
  4. script: removing previous git hook scripts

    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a5e17e7 View commit details
    Browse the repository at this point in the history
  5. git: adding bandit to pre-commit workflow

    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c1d2ae0 View commit details
    Browse the repository at this point in the history
  6. git: removing redundant python import sorting

    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a9bd586 View commit details
    Browse the repository at this point in the history
  7. fix: not pinning black to python 3.9

    Signed-off-by: Lee, Kin Long Kelvin <[email protected]>
    laserkelvin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ec9c5f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. deps: removing requirements file for future toml port

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2c28a4d View commit details
    Browse the repository at this point in the history
  2. docs: updating contributing docs with pre-commit change

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    24728d0 View commit details
    Browse the repository at this point in the history
  3. docs: updating line length spec and removing pylint mentions

    Signed-off-by: Kin Long Kelvin Lee <[email protected]>
    laserkelvin committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    61d979d View commit details
    Browse the repository at this point in the history