We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2caa1c + 43c6756 commit 0f24a90Copy full SHA for 0f24a90
.github/workflows/test.yml
@@ -39,7 +39,9 @@ jobs:
39
python-version: ${{ matrix.python-version }}
40
channels: defaults, conda-forge
41
- name: Install dependencies
42
- run: conda install codecov mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov typed-ast
+ run: conda install codecov flake8 mypy numpy=${{ matrix.numpy-version }} scikit-learn pandas pytest-cov typed-ast
43
+ - name: Check linting
44
+ run: flake8 . --exclude=doc
45
- name: Check static typing
46
run: mypy mapie examples --strict
47
- name: Test with pytest
0 commit comments