Skip to content

Releases: Lucas-C/pre-commit-hooks-safety

Allowing --disable-optional-telemetry-data

23 Apr 13:29

Choose a tag to compare

Fixed

  • Allowed --disable-optional-telemetry-data to be specified instead of --disable-optional-telemetry

More robust requirements path check & using safety<=2.3.5

23 Apr 12:58

Choose a tag to compare

Added

  • Add more robust requirements path check - cf. PR #55

Fixed

  • Added constraint safety<=2.3.5 in setup.py in order to be able to still use the check command.
    A future-proof solution could be to create a new python-safety-dependencies-scan hook, cf. issue #52

v1.4.0

05 Feb 17:14

Choose a tag to compare

Added

  • support for Poetry 2.0.0 - cf. PR #55

Fixed error: No such option: --disable-telemetry

26 Jan 13:36

Choose a tag to compare

Fixed

  • Error: No such option: --disable-telemetry Did you mean --disable-optional-telemetry? - issue #48

Deprecated

  • compatibility was dropped for Python3.7

Allowing selection of additional dependency groups

02 Aug 09:57

Choose a tag to compare

Added

  • new optional --groups argument allowing selection of additional dependency groups - thanks to @kurthaegeman - cf. PR #45

Compatibility with latest safety version (2.3.5) + ensured compatibility with Python 3.11

04 Jan 09:55

Choose a tag to compare

Fixed

  • compatibility with latest safety version (2.3.5)
  • ensured compatibility with Python 3.11

Compatibility with safety 2.0.0

01 Jul 13:54

Choose a tag to compare

Fixed

  • compatibility with safety 2.0.0

Fixed PermissionError: [WinError 32]

10 Feb 12:17

Choose a tag to compare

Fixed

  • PermissionError: [WinError 32] The process cannot access the file because it is being used by another process - thanks @Cielquan for fixing #23

Minor fix for install-poetry.py

10 Feb 12:17

Choose a tag to compare

Added

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

v1.2.2

21 Sep 08:41

Choose a tag to compare

Fixed

  • package manager detection now allows for a comment at the end of the line [tool.poetry] in pyproject.toml