Metadata-Version: 2.4
Name: lint-roller
Version: 0.1.0
Summary: Check changes in a code repository for linting violations to iteratively improve them.
License-Expression: MIT
Requires-Python: >=3.14
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: attrs
Requires-Dist: click
Requires-Dist: colorama; platform_system == "Windows"
Requires-Dist: match_diff_lines>=0.3.0
Requires-Dist: structlog
Requires-Dist: wcmatch
Provides-Extra: tracebacks
Requires-Dist: rich; extra == "tracebacks"
Dynamic: license-file

===========
lint-roller
===========


Changelog
=========

0.1.0 - 2026-03-31
------------------

* Initial release.
  [fschulze]
