Skip to content

MWKSolution/CICDtest

Repository files navigation

pre-commit

formatter:docformatter linting: pylint Ruff Code style: black Checked with mypy security: bandit


pre-commit

  1. pip install pre-commit
  2. create file .pre-commit-config.yaml

Supported hooks

  1. pre-commit install - git hook scripts
  2. git add files !!!
  3. pre-commit run --all-files or just commit... (-a)
  1. pre-commit autoupdate - update repos

pipreqs

  1. pip install pipreqs
  1. run pipreqs --encoding utf-8 --force --ignore .\tests\ . -
    make requirements.txt for all .py files in current directory, force option to overwrite existing file,
    --print - to see only in terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published