Skip to content

Commit d57bfef

Browse files
authored
remove linting from tests - now in precommit
1 parent 44a4ff2 commit d57bfef

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ jobs:
5757
- name: Run tests
5858
run: pytest .
5959

60-
- name: Test flake8
61-
run: flake8 ipympl --ignore=E501,W504,W503
62-
63-
- name: Test TS linters
64-
run: |
65-
npm run eslint:check
66-
npm run prettier:check
67-
6860
build:
6961
runs-on: ubuntu-latest
7062
steps:

0 commit comments

Comments
 (0)