aroberge / ideas

Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
Other
77 stars 4 forks source link

pre-commit not listed as dev dependency #31

Open zmievsa opened 2 years ago

zmievsa commented 2 years ago

pre-commit should be listed as a dev dependency to be installed during python setup.py develop. Right now it must be installed separately.

aroberge commented 2 years ago

You are correct. I have it installed by default on my main Python version which is what is used for git. I need to find a way to clean that up and isolate my projects better.

zmievsa commented 2 years ago

I have a suggestion but you already know what it is :D

Sorry for annoying ya with it.