https://github.com/chainer/chainer
Revision 31bc521bad7cf8af54e87f47c6bcbf945491ad35 authored by Brian Vogel on 17 January 2017, 05:22:35 UTC, committed by GitHub on 17 January 2017, 05:22:35 UTC
2 parent s be156fe + 37bbeaf
Raw File
Tip revision: 31bc521bad7cf8af54e87f47c6bcbf945491ad35 authored by Brian Vogel on 17 January 2017, 05:22:35 UTC
Merge pull request #2107 from pfnet/v1.20.0
Tip revision: 31bc521
.flake8.cython
[flake8]
filename = *.pyx,*.px*
exclude = .eggs,*.egg,build
ignore = E901,E225,E226,E227
back to top