PyJaipur / PyJudge

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

Reinstall black #129

Open rishabhKalakoti opened 5 years ago

rishabhKalakoti commented 5 years ago

Black's repository has been moved from https://github.com/ambv/black to https://github.com/python/black due to which (maybe) it is no more working before committing. Follow #93 on the installation instructions. You will have to change the repository of black in .pre-commit-config.yaml file and then run pre-commit install

rishabhKalakoti commented 5 years ago

109 can also be handled in the same PR