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
]