Skip to content

Commit

Permalink
remove linting from tests - now in precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhi authored Mar 28, 2022
1 parent 44a4ff2 commit d57bfef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d57bfef

Please sign in to comment.