Skip to content

Commit 2761b47

Browse files
added _cython_api.pyx to flake exception list
1 parent 85da884 commit 2761b47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ per-file-ignores =
2424
dpctl/program/_program.pyx: E999, E225, E226, E227
2525
dpctl/tensor/_usmarray.pyx: E999, E225, E226, E227
2626
dpctl/tensor/numpy_usm_shared.py: F821
27+
dpctl/tests/_cython_api.pyx: E999, E225, E227, E402
2728
examples/cython/sycl_buffer/_buffer_example.pyx: E999, E225, E402
2829
examples/cython/sycl_direct_linkage/_buffer_example.pyx: E999, E225, E402
2930
examples/cython/usm_memory/blackscholes.pyx: E999, E225, E226, E402

0 commit comments

Comments
 (0)