jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
787 stars 99 forks source link

Implement missing repr methods #516

Closed jorisroovers closed 1 year ago

jorisroovers commented 1 year ago

Implement missing __repr__ methods where it makes sense.

Not required for dataclasses as they have them already implemented. Not required for a few classes with only static methods.

This closes #321

coveralls commented 1 year ago

Coverage Status

coverage: 99.617% (-0.05%) from 99.662% when pulling 9cbe6dad5d45c0e409e7269b27b02d8de5dc89ba on implement-repr into 52478396c067e8e745cd385da65c81a33642fe7a on main.

github-actions[bot] commented 1 year ago

Build 0.20.0.dev40 is now available on PyPI!

Install using:

pip install gitlint==0.20.0.dev40