From ac978f10eb5935728248a25dbe7effa8f7cc6114 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Sat, 14 Dec 2024 12:09:00 -0800 Subject: [PATCH] Updated name of filename in list of exceptions after renamings --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index b4f0914dfb..276ee08645 100644 --- a/.flake8 +++ b/.flake8 @@ -32,5 +32,5 @@ per-file-ignores = dpctl/utils/_onetrace_context.py: E501, W505 dpctl/tensor/_array_api.py: E501, W505 examples/cython/sycl_buffer/syclbuffer/_syclbuffer.pyx: E999, E225, E402 - examples/cython/usm_memory/blackscholes/blackscholes.pyx: E999, E225, E226, E402 + examples/cython/usm_memory/blackscholes/_blackscholes_usm.pyx: E999, E225, E226, E402 examples/cython/use_dpctl_sycl/use_dpctl_sycl/_cython_api.pyx: E999, E225, E226, E402