Skip to content

Releases: fpgmaas/deptry

0.6.5

14 Nov 14:06
db4a942

Choose a tag to compare

What's Changed

  • Add more pre-commit hooks by @mkniewallner in #180
  • Add Renovate configuration to the repository to handle dependencies updates by @mkniewallner in #179
  • chore(deps): update dependency flake8-comprehensions to v3.10.1 by @renovate in #181
  • chore(deps): update pre-commit hook psf/black to v22.10.0 by @renovate in #186
  • chore(deps): update pre-commit hook asottile/pyupgrade to v3.2.2 by @renovate in #182
  • chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.110 by @renovate in #183
  • chore(deps): update dependency flake8-bugbear to v22.10.27 by @renovate in #184
  • chore(deps): update dependency mypy to ^0.990 by @renovate in #185
  • chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.112 by @renovate in #189
  • fix(deps): update dependency mkdocstrings to ^0.19.0 by @renovate in #187
  • chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.114 by @renovate in #191
  • Improve documentation by @mkniewallner in #190
  • chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.117 by @renovate in #194
  • Improve and simplify CI configuration and fix 3.11 random failures by @mkniewallner in #192
  • Run renovate on saturdays and add renovate config check to pre-commit hook by @fpgmaas in #195

New Contributors

Full Changelog: 0.6.4...0.6.5

0.6.4

09 Nov 13:34
91e0d2b

Choose a tag to compare

What's Changed

Full Changelog: 0.6.3...0.6.4

0.6.3

23 Oct 11:28
ef0b7ee

Choose a tag to compare

fixed the docs for pre-commit hooks (#164)

0.6.2

22 Oct 16:07
0c42bd0

Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.6.2

0.6.1

08 Oct 05:26
bc461e9

Choose a tag to compare

What's Changed

Full Changelog: 0.5.13...0.6.1

0.5.13

02 Oct 18:34
1b12183

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/fpgmaas/deptry/commits/0.5.13

0.5.12

01 Oct 07:42
243ff7a

Choose a tag to compare

What's Changed

Full Changelog: 0.5.11...0.5.12

0.5.11

30 Sep 12:19
b45c8f5

Choose a tag to compare

What's Changed

Full Changelog: 0.5.10...0.5.11

0.5.10

27 Sep 09:08
a02bafc

Choose a tag to compare

Improve typing to make mypy pass and activate mypy on CI (#135)

* refactor: move `importlib.metadata` import to `compat`
* build(deps): add `types-chardet`
* build(deps): bump `mypy` to `0.981`
* chore(mypy): use proper booleans for config
* chore(mypy): explicitly set files to run on
* chore(tox): enable mypy
* chore: improve typing

0.5.9

26 Sep 10:31
aadd63e

Choose a tag to compare

fixed issue with logging if no [tool.deptry] section was found in pyp…