PyJaipur / PyJudge

Simple Programming Contest hosting software
MIT License
17 stars 29 forks source link

Move pre-commit and black to dev dependencies #109

Open theSage21 opened 5 years ago

theSage21 commented 5 years ago

Right now, black and pre-commit are installed as normal dependencies for the project. We need to move them to the dev section of the dependencies. See pipenv docs for more info. If you need more help, ask here