Skip to content

Releases: luminartech/dev-tools

0.10.1

11 Mar 08:15
d606687
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency updates by @renovate in #78
  • Extend check-shellscript-set-options hook to any shebang by @cbachhuber in #79

Full Changelog: 0.10.0...0.10.1

0.10.0

04 Mar 10:50
fbdb364
Compare
Choose a tag to compare

What's Changed

  • Add sh handling to check-shellscript-set-options by @cbachhuber in #77

Full Changelog: 0.9.0...0.10.0

0.9.0

14 Feb 10:27
af0e1af
Compare
Choose a tag to compare

What's Changed

  • Add more pre-commit hooks and format json by @hofbi in #60
  • Add pre-commit hook to sync Python deps in config by @hofbi in #58
  • Add pre-commit hooks to validate itself by @hofbi in #57
  • Configure renovate for pre-commit updates by @hofbi in #59
  • Make documentation generation hook a public hook by @hofbi in #61
  • Set generate-hook-docs entry via poetry by @hofbi in #62
  • Add devcontainer setup by @hofbi in #63
  • Make use of existing constant by @hofbi in #64
  • chore(deps): update actions/setup-python digest to 4237552 by @renovate in #67
  • fix(deps): update dependency updates by @renovate in #66
  • chore(deps): pin mcr.microsoft.com/devcontainers/base docker tag to fb99914 by @renovate in #68
  • chore(deps): update dependency tox to v4.24.1 by @renovate in #69
  • chore(deps): pin dependencies by @renovate in #70
  • Prevent autoupdates for > Python 3.8 deps by @hofbi in #71
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 by @renovate in #72
  • Integrate pytest into VSCode Testing tab by @mkrakowiak-luminar in #74
  • Sync vscode settings from devcontainer by @hofbi in #65
  • Add --no-sync-settings and --no-sync-extensions by @mkrakowiak-luminar in #75
  • Fix --indent not being applied to extensions.json by @mkrakowiak-luminar in #76

Full Changelog: 0.8.0...0.9.0

0.8.0

08 Jan 11:04
f4c6f25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

28 Nov 17:09
8463089
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

18 Nov 10:30
dfe2c1b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

07 Nov 18:33
6159e88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

18 Sep 15:44
2b54373
Compare
Choose a tag to compare

What's Changed

  • build(yamlfmt): Reset yaml comment format to default by @hofbi in #22
  • Add hook to prevent sys.path.append usage by @hofbi in #23
  • Add renovate hooks and groups by @hofbi in #24
  • Bump version to 0.4.0 by @hofbi in #25

Full Changelog: 0.3.0...0.4.0

0.3.0

16 Sep 09:00
e3dbd43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

0.2.0

05 Sep 12:58
8c5538f
Compare
Choose a tag to compare

Features

Add codeowner tools consiting of

  • a new pre-commit hook verifying if all folders in the CODEOWNERS file exist, there are no duplicates, and it has acceptable codeowners
  • a new CLI tool whoowns which prints the GitHub codeowner of a folder or file by parsing the .github/CODEOWNERS file

What's Changed

Full Changelog: 0.1.0...0.2.0