diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b75187c1..f10250a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,14 +57,6 @@ jobs: - name: Run tests run: pytest . - - name: Test flake8 - run: flake8 ipympl --ignore=E501,W504,W503 - - - name: Test TS linters - run: | - npm run eslint:check - npm run prettier:check - build: runs-on: ubuntu-latest steps: