Skip to content

Commit b2ade71

Browse files
author
Diptorup Deb
committed
Ignore few more things.
1 parent 21f62f0 commit b2ade71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.flake8

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ exclude =
1010
dpctl/_version.py
1111

1212
per-file-ignores =
13+
dpctl/__init__.py: F403, F401
14+
dpctl/memory/__init__.py: F403, F401
15+
dpctl/program/__init__.py: F403, F401
16+
dpctl/tests/__init__.py: F403, F401
1317
dpctl/_sycl_context.pyx: E999, E225, E227
1418
dpctl/_sycl_device.pyx: E999, E225
1519
dpctl/_sycl_device_factory.pyx: E999, E225

0 commit comments

Comments
 (0)