Lines Matching +full:start +full:- +full:line
2 # SPDX-License-Identifier: Apache-2.0
4 extend = ".ruff-excludes.toml"
6 line-length = 100
7 target-version = "py310"
11 # zephyr-keep-sorted-start
12 "B", # flake8-bugbear
16 "SIM", # flake8-simplify
19 # zephyr-keep-sorted-stop
23 # zephyr-keep-sorted-start
24 "SIM108", # Allow if-else blocks instead of forcing ternary operator
25 # zephyr-keep-sorted-stop
29 quote-style = "preserve"
30 line-ending = "lf"