Metadata-Version: 2.4
Name: lint-roller
Version: 0.2.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.2.0 - 2026-07-25
------------------

* Support ruff 0.16.0.
  [fschulze]

* Use workspace instead of project as base for relative paths in messages.
  [fschulze]

* Add tool name to messages.
  [fschulze]

* Add ``-r`` shortcut for ``--start-rev`` option.
  [fschulze]


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

* Initial release.
  [fschulze]
