Skip to content

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

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

26 Jan 13:36
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

  • compatibility with safety 2.0.0

Fixed PermissionError: [WinError 32]

10 Feb 12:17
Compare
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
Compare
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
Compare
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

Adding support for `pyproject.toml` files using `poetry`

29 Jan 18:54
Compare
Choose a tag to compare
v1.2.0

Release 1.2.0 - Adding support for `pyproject.toml` files using `poetry`

Now supports -any --additional=arg in "args" YAML field

23 Jun 08:15
Compare
Choose a tag to compare