sourcery-ai / sourcery

Instant AI code reviews
https://sourcery.ai
MIT License
1.5k stars 65 forks source link

Automatically ignore anything in .gitignore #358

Open miketheman opened 1 year ago

miketheman commented 1 year ago

Checklist

Description

Somewhat following https://github.com/sourcery-ai/sourcery/issues/63

Instead of duplicating the entries in .gitignore, add them to the ignore section dynamically.

Maybe take advantage or inspiration from https://pypi.org/project/gitignore-parser/