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
]