jendrikseipp / vulture

Find dead Python code
MIT License
3.5k stars 152 forks source link

Exclude the .git dir when running black --check (tox) #196

Closed RJ722 closed 4 years ago

RJ722 commented 4 years ago

Description

I am not sure if there is a better way to go about this -- an option to configure black systemwide?

Related Issue

Checklist:

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 692


Totals Coverage Status
Change from base Build 679: 0.0%
Covered Lines: 546
Relevant Lines: 549

💛 - Coveralls
jendrikseipp commented 4 years ago

It's better to add this to pyproject.toml.

jendrikseipp commented 4 years ago

And remove .hg :-)

RJ722 commented 4 years ago

Done, thanks! :D