Closed frankystone closed 2 years ago
Fixed issues reported when running python -Wa manage.py test:
python -Wa manage.py test
with
Other changes were made when running the new Makefile.
@SirVer Is there a specific reason to use Black instead of pyformat (which was already in the _ops-folder)?
_ops
No, no specific reason for using black, except that in my circles it has become the default tool for the job.
Fixed issues reported when running
python -Wa manage.py test
:with
-statement now)Other changes were made when running the new Makefile.
@SirVer Is there a specific reason to use Black instead of pyformat (which was already in the
_ops
-folder)?