Skip to content

Commit df1ae9b

Browse files
author
renierts
committed
Updated for new flake8 version
1 parent e9d1046 commit df1ae9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-test-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
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 \
2222
types-setuptools
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2424
- name: Lint with flake8

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addopts =
1111
--cov-report=html
1212
--cov-report=term-missing
1313
# --pep257
14-
--flake8
14+
# --flake8
1515
--mypy
1616

1717
testpaths =

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = PyRCN
3-
version = 0.0.17
3+
version = 0.0.18
44
author = Peter Steiner
55
author_email = [email protected]
66
description = A scikit-learn-compatible framework for Reservoir Computing in Python

0 commit comments

Comments
 (0)