Skip to content

Commit cf22ee8

Browse files
Update pre-commit settings to move tests folder
1 parent 4d049e8 commit cf22ee8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ exclude =
5656
build,
5757
dpnp/to_numba/*.py,
5858
conda.recipe,
59-
tests/*.py,
59+
dpnp/tests/*.py,
6060
tests_external/*.py,
6161
versioneer.py,
6262

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ repos:
3232
- id: python-no-eval
3333
exclude: |
3434
(?x)^(
35-
tests/test_arraycreation.py|
36-
tests/test_sycl_queue.py|
37-
tests/test_usm_type.py
35+
dpnp/tests/test_arraycreation.py|
36+
dpnp/tests/test_sycl_queue.py|
37+
dpnp/tests/test_usm_type.py
3838
)$
3939
- id: python-no-log-warn
4040
- id: python-use-type-annotations

0 commit comments

Comments
 (0)