diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a607c34f0..12001f0877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ without arguments starts a full interactive Python console. - Remove `pillow` requirement (install especially if using imagefield) - Add Simplified Korean translation (user aceamro) - Show warning on `start -l` if settings contains values unsafe for production. +- Make code auto-formatted with Black. ## Evennia 0.9 (2018-2019) diff --git a/Makefile b/Makefile index 450c30c9b5..b7b67250a5 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,39 @@ -default: install +# This is used with `make