Skip to content

autohooks 22.8.1

Choose a tag to compare

@greenbonebot greenbonebot released this 16 Aug 10:05
· 461 commits to main since this release

22.8.1 - 2022-08-16

Added

  • Add a sphinx based documentation #340 25e65c2
  • Add new development dependencies for docs with sphinx 9dd0857
  • New CLI autohooks plugins for handling plugins #347 2ce2ba8
  • Add new CLI to add, remove and list autohooks plugins 54173b7
  • Easier setup by writing the settings during activation #345 5f352a8
  • Introduce a new from_dict method for AutohooksConfig db8783b
  • Introduce new dataclass for storing the autohooks settings 534b9e4
  • Add new testing function for writing content to a temporary file 045d9ac

Removed

  • Drop is_autohooks_enabled method from AutohooksConfig 029826c

Changed

  • Extract checking a plugin for validity to a separate function 7d92bdd
  • Raise a warning if activate is run with installed hook (#346) 10c3d14
  • autohooks activate CLI will now write the settings too 4cbe779
  • Refactor AutohooksConfig to use AutohooksSettings e28d990
  • Merge BaseToolConfig into AutohooksConfig 8a318e0