Skip to content

Commit 21a1c8d

Browse files
authored
Merge pull request #444 from matplotlib/ianhi-patch-1
remove linting from tests - now in precommit
2 parents 44a4ff2 + d57bfef commit 21a1c8d

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)