Small fix

This commit is contained in:
Paulus Schoutsen 2019-07-31 15:49:57 -07:00
parent 4640422b61
commit b482772a31

View File

@ -6,7 +6,7 @@ authorTwitter: balloob
title: Adopting Black title: Adopting Black
--- ---
Today we have officially adopted Black. All code has been formatted with Black and all future contributions will be checked to make sure that they are using Black. Today we have officially adopted the Python code formatting tool [Black](https://github.com/psf/black). All code has been formatted with Black and all future contributions will be checked to make sure that they have been formatted using Black.
As part of adopting Black, all style checks in flake8 and pylint have been disabled. As part of adopting Black, all style checks in flake8 and pylint have been disabled.