Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 19 Dec 09:45
· 36 commits to main since this release

Added

  • Parameterized generics validation: lists, tuples (fixed/variadic), dicts, sets, and optional containers are now type-checked against URL converters and default kwargs.
  • Pyproject configuration: [tool.urlconfchecks] supports defaults for quiet, format, and silenced_views, with URLCONFCHECKS_PYPROJECT override; custom silencers merge with built-ins.

Fixed

  • Container type checking now reports mismatches instead of silently passing parameterized generics.