diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54562bc85..c2f16dc74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: migrations: needs: - pylint - - isort + - black - prospector services: postgres: @@ -98,7 +98,7 @@ jobs: coverage: needs: - pylint - - isort + - black - prospector services: postgres: