akaihola / darker

Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a
https://pypi.org/project/darker/
Other
638 stars 55 forks source link

Remove baseline linting support #608

Closed akaihola closed 2 months ago

akaihola commented 3 months ago

Removed

Fixes #466

akaihola commented 2 months ago

@okuuva hey since the idea to separate formatter and linter support into two tools came originally from you, would you be interested to do a quick review of this PR?

okuuva commented 2 months ago

@okuuva hey since the idea to separate formatter and linter support into two tools came originally from you, would you be interested to do a quick review of this PR?

Sure!