PyCQA / isort

A Python utility / library to sort imports.
https://pycqa.github.io/isort/
MIT License
6.53k stars 583 forks source link

Make isort --gitignore default parameter #2150

Open drunkwcodes opened 1 year ago

drunkwcodes commented 1 year ago

black is using .gitignore by default.

Please make it the default value, same as black for the UX.

That said, we can use like this:

isort .
black .