We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d049e8 commit cf22ee8Copy full SHA for cf22ee8
.flake8
@@ -56,7 +56,7 @@ exclude =
56
build,
57
dpnp/to_numba/*.py,
58
conda.recipe,
59
- tests/*.py,
+ dpnp/tests/*.py,
60
tests_external/*.py,
61
versioneer.py,
62
.pre-commit-config.yaml
@@ -32,9 +32,9 @@ repos:
32
- id: python-no-eval
33
exclude: |
34
(?x)^(
35
- tests/test_arraycreation.py|
36
- tests/test_sycl_queue.py|
37
- tests/test_usm_type.py
+ dpnp/tests/test_arraycreation.py|
+ dpnp/tests/test_sycl_queue.py|
+ dpnp/tests/test_usm_type.py
38
)$
39
- id: python-no-log-warn
40
- id: python-use-type-annotations
0 commit comments