Skip to content

Commit

Permalink
Merge 2347dfd into d635cca
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaVrbancic committed Apr 15, 2019
2 parents d635cca + 2347dfd commit a315c08
Show file tree
Hide file tree
Showing 56 changed files with 3,339 additions and 2,295 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ environment:
matrix:
- PYTHON: "C:\\Python27-x64" # latest 2.7.x version
- PYTHON: "C:\\Python36-x64" # latest 3.6.x version
- PYTHON: "C:\\Python37-x64" # latest 3.7.x version

cache:
- .venv -> Makefile
Expand Down
15 changes: 15 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[flake8]
ignore = E203,E266,E501,W503,D302,D401,D202,RST299,RST304,RST399,FI
exclude =
.git,
__pycache__,
docs/source/conf.py,
old,
build,
dist,
scent.py
per-file-ignores =
NiaPy/tests/*:B007,D100,D101,D102,D107,D208,D211,D413,E117,E302,E701,E704,F841,S110,W191,W293
NiaPy/algorithms/*:B305,B007,D100,D101,D104,D102,D107,D204,D206,D413,E101,E117,E126,E302,E305,E701,E704,E711,E741,F812,RST201,RST203,RST204,RST210,RST301,W191
NiaPy/__init__.py:D100,D204,D206,D413,E101,E117,E242,E302,E701,E702,E704,E711,RST201,W191
NiaPy/util/*:D100,D101,D104,D107,D204,D413,E117,E242,E302,E305,E701,E704,F104,RST201,RST203,RST210,W191
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.egg-info
__pycache__
.ipynb_checkpoints
Pipfile.lock

# Temporary OS files
Icon*
Expand Down

0 comments on commit a315c08

Please sign in to comment.