Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
55786a0e0f18fa593d3f270885568aab5e54ae4c
/
.
/
ruff.toml
blob: a33a97ef467d3c4f81ea94322082c50880e48ece [
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 it for good reasons
]