Skip to content

Commit 43552f8

Browse files
committed
tests: bootloader: bl_crypto: test_generator: Exclude from ruff
Excludes this file being checked by ruff as it's functionality is questionable Signed-off-by: Jamie McCrae <[email protected]>
1 parent f7bda2e commit 43552f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/subsys/bootloader/bl_crypto/test_generator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#
55
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
66

7+
# pylint: skip-file
8+
# ruff: noqa
9+
710
import operator
811
import random
912
import sys

0 commit comments

Comments
 (0)