[Code Cleanup] Format source files with black

このコミットが含まれているのは:
2022-05-03 10:26:03 +02:00
コミット 39772f1983
5個のファイルの変更21行の追加30行の削除

ファイルの表示

@@ -39,6 +39,12 @@ Static linting:
poetry run pylint earthsnake tests
Code style check:
.. code-block:: sh
poetry run black --diff --skip-string-normalization earthsnake tests
Tests:
.. code-block:: sh