From c34fd3945a5d83ff4f7ad7e78b75e18e474a996b Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 5 Feb 2024 23:06:45 -0800 Subject: [PATCH] disable black until i can figure out why one version disagrees with another because it's just demoralizing --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70752f5..bc66fe0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,8 +31,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: psf/black@stable \ No newline at end of file +# lint: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v3 +# - uses: psf/black@stable \ No newline at end of file