From 9351c16d87f2c0293cffc892732fb999a0109d57 Mon Sep 17 00:00:00 2001 From: Marwan Zouinkhi Date: Wed, 7 Feb 2024 16:32:41 -0500 Subject: [PATCH] remove black --- .github/workflows/black.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/black.yaml diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml deleted file mode 100644 index ad0c6a322..000000000 --- a/.github/workflows/black.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Python Black - -on: [push, pull_request] - -jobs: - lint: - name: Python Lint - runs-on: ubuntu-latest - steps: - - name: Setup Python - uses: actions/setup-python@v1 - - name: Setup checkout - uses: actions/checkout@master - - name: Lint with Black - run: | - pip install black - black --check dacapo tests