Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
b68f1b1f30ba6c75874eb965b2b9e47734df811c
/
.
/
ruff.toml
blob: fec7608d7079872f10d3fe203b717e08350090ed [
file
] [
log
] [
blame
]
exclude
=
[
".environment"
,
".git"
,
".github"
,
".*"
,
"build"
,
"out"
,
"third_party"
,
"examples/common/QRCode/"
,
]
target
-
version
=
"py37"
line
-
length
=
132
[
lint
]
select
=
[
"E4"
,
"E7"
,
"E9"
,
"F"
]
ignore
=
[
"E721"
# We use is for good reasons
]