pre-commit-hooks-safety

A pre-commit hook to check your Python dependencies against safety-db

MIT License

Stars
89
pre-commit-hooks-safety - Fixed error: No such option: --disable-telemetry Latest Release

Published by Lucas-C 9 months ago

Fixed

  • Error: No such option: --disable-telemetry Did you mean --disable-optional-telemetry? - issue #48
pre-commit-hooks-safety - Allowing selection of additional dependency groups

Published by Lucas-C about 1 year ago

Added

  • new optional --groups argument allowing selection of additional dependency groups - thanks to @kurthaegeman - cf. PR #45
pre-commit-hooks-safety - Compatibility with latest safety version (2.3.5) + ensured compatibility with Python 3.11

Published by Lucas-C almost 2 years ago

Fixed

  • compatibility with latest safety version (2.3.5)
  • ensured compatibility with Python 3.11
pre-commit-hooks-safety - Compatibility with safety 2.0.0

Published by Lucas-C over 2 years ago

Fixed

  • compatibility with safety 2.0.0
pre-commit-hooks-safety - Fixed PermissionError: [WinError 32]

Published by Lucas-C over 2 years ago

Fixed

  • PermissionError: [WinError 32] The process cannot access the file because it is being used by another process - thanks @Cielquan for fixing #23
pre-commit-hooks-safety - Minor fix for install-poetry.py

Published by Lucas-C over 2 years ago

Added

  • poetry CLI command is now also looked up in ~/.local/bin, as this is the new installation path with install-poetry.py
pre-commit-hooks-safety - v1.2.2

Published by Lucas-C about 3 years ago

Fixed

  • package manager detection now allows for a comment at the end of the line [tool.poetry] in pyproject.toml
pre-commit-hooks-safety - Adding support for `pyproject.toml` files using `poetry`

Published by Lucas-C over 3 years ago

pre-commit-hooks-safety - Now supports -any --additional=arg in "args" YAML field

Published by Lucas-C over 4 years ago

Badges
Extracted from project README
build status
Related Projects