Skip to content

Commit

Permalink
Added _flags.pyx to the per-file-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk authored and ndgrigorian committed Oct 10, 2022
1 parent c3bb927 commit 2d20e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ per-file-ignores =
dpctl/program/_program.pyx: E999, E225, E226, E227
dpctl/tensor/_usmarray.pyx: E999, E225, E226, E227
dpctl/tensor/_dlpack.pyx: E999, E225, E226, E227
dpctl/tensor/_flags.pyx: E999, E225, E226, E227
dpctl/tensor/numpy_usm_shared.py: F821
dpctl/tests/_cython_api.pyx: E999, E225, E227, E402
dpctl/utils/_compute_follows_data.pyx: E999, E225, E227
Expand Down

0 comments on commit 2d20e1e

Please sign in to comment.