File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- name : Install dependencies
19
19
run : |
20
20
python -m pip install --upgrade pip
21
- pip install pytest flake8 pytest-flake8 mypy pytest-mypy pytest-cov \
21
+ pip install pytest flake8 pytest-flake8-v2 mypy pytest-mypy pytest-cov \
22
22
types-setuptools
23
23
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24
24
- name : Lint with flake8
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ addopts =
11
11
--cov-report =html
12
12
--cov-report =term-missing
13
13
# --pep257
14
- --flake8
14
+ # --flake8
15
15
--mypy
16
16
17
17
testpaths =
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = PyRCN
3
- version = 0.0.17
3
+ version = 0.0.18
4
4
author = Peter Steiner
5
5
6
6
description = A scikit-learn-compatible framework for Reservoir Computing in Python
You can’t perform that action at this time.
0 commit comments