Skip to content

Commit

Permalink
Modify style check
Browse files Browse the repository at this point in the history
  • Loading branch information
apark263 committed Sep 22, 2015
1 parent a5559d1 commit af5d73a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
# ----------------------------------------------------------------------------

[flake8]
exclude = .git,__init__.py,neon/backends/kernel_specs.py,neon/backends/convnet-benchmarks.py
exclude = .git,__init__.py,neon/backends/kernel_specs.py,neon/backends/convnet-benchmarks.py,neon/backends/layer_gpu.py,neon/backends/nervanagpu.py,neon/backends/float_ew.py,neon/backends/make_kernels.py
max-line-length = 99
ignore = E123,E133,E203,E221,E226,E241,E242,E265

0 comments on commit af5d73a

Please sign in to comment.