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