Skip to content

Commit b207c16

Browse files
author
Vianney Taquet
committed
Add flake8 in CI
1 parent 9aa986e commit b207c16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
python-version: ${{ matrix.python-version }}
4040
channels: defaults, conda-forge
4141
- name: Install dependencies
42-
run: conda install codecov mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov
42+
run: conda install codecov mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov typed-ast
43+
- name: Check linting
44+
run: flake8 . --exclude=doc
4345
- name: Check static typing
4446
run: mypy mapie examples --strict
4547
- name: Test with pytest

0 commit comments

Comments
 (0)