Skip to content

Commit

Permalink
pinned down flake8 version for CI to be happy
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Sep 12, 2019
1 parent 06cb9fa commit 3b02680
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements file for development
Cython>=0.24.1
flake8>=3.2.1
flake8==3.8.1
joblib>=0.11
numpy>=1.11.2
pandas
Expand Down
2 changes: 1 addition & 1 deletion requirements_travis.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements file for travis
Cython>=0.24.1
flake8>=3.2.1
flake8>=3.8.1
joblib>=0.11
numpy>=1.11.2
pandas
Expand Down
2 changes: 1 addition & 1 deletion surprise/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from surprise.prediction_algorithms import CoClustering
import surprise.dataset as dataset
from surprise.dataset import Dataset
from surprise.reader import Reader
from surprise.reader import Reader # noqa
from surprise.builtin_datasets import get_dataset_dir
from surprise.model_selection import cross_validate
from surprise.model_selection import KFold
Expand Down

0 comments on commit 3b02680

Please sign in to comment.