[Code Cleanup] Format source files with black

This commit is contained in:
2022-05-03 10:26:03 +02:00
джерело 382449d6bb
коміт 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