Skip to content

Commit a9de2c0

Browse files
author
Diptorup Deb
committed
Ignore F821 in numpy_usm_shared.py
1 parent 6d6d5a1 commit a9de2c0

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
@@ -8,6 +8,9 @@ show-source = True
88
exclude =
99
versioneer.py
1010
dpctl/_version.py
11+
build
12+
conda.recipe
13+
.git
1114

1215
per-file-ignores =
1316
dpctl/__init__.py: F403, F401
@@ -24,6 +27,7 @@ per-file-ignores =
2427
dpctl/_sycl_queue_manager.pyx: E999, E225
2528
dpctl/memory/_memory.pyx: E999, E225, E226, E227
2629
dpctl/program/_program.pyx: E999, E225, E226, E227
30+
dpctl/tensor/numpy_usm_shared.py: F821
2731
examples/cython/sycl_buffer/_buffer_example.pyx: E999, E225, E402
2832
examples/cython/sycl_direct_linkage/_buffer_example.pyx: E999, E225, E402
2933
examples/cython/usm_memory/blackscholes.pyx: E999, E225, E226, E402

0 commit comments

Comments
 (0)