Skip to content

Commit 78eb987

Browse files
author
Diptorup Deb
committed
Add one more ignore rule to flake8 config.
1 parent 7113b62 commit 78eb987

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
@@ -13,6 +13,7 @@ per-file-ignores =
1313
dpctl/__init__.py: F403, F401
1414
dpctl/memory/__init__.py: F403, F401
1515
dpctl/program/__init__.py: F403, F401
16+
dpctl/tensor/__init__.py: F403, F401
1617
dpctl/tests/__init__.py: F403, F401
1718
dpctl/_sycl_context.pyx: E999, E225, E227
1819
dpctl/_sycl_device.pyx: E999, E225

0 commit comments

Comments
 (0)