widelands / widelands-website

The widelands website is a bunch of applications for the django web framework. It is developed in the open here.
https://www.widelands.org/
GNU General Public License v2.0
15 stars 11 forks source link

Fix python warnings; one replacement #393

Closed frankystone closed 2 years ago

frankystone commented 2 years ago

Fixed issues reported when running python -Wa manage.py test:

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)?

SirVer commented 2 years ago

No, no specific reason for using black, except that in my circles it has become the default tool for the job.