2021-03-17 14:36:35 +00:00
|
|
|
[flake8]
|
|
|
|
ignore =
|
|
|
|
E121,
|
|
|
|
E126,
|
|
|
|
E127,
|
|
|
|
E128,
|
|
|
|
E203,
|
|
|
|
E225,
|
|
|
|
E226,
|
|
|
|
E231,
|
|
|
|
E241,
|
|
|
|
E251,
|
|
|
|
E261,
|
|
|
|
E265,
|
|
|
|
E302,
|
|
|
|
E303,
|
|
|
|
E305,
|
|
|
|
E402,
|
|
|
|
E501,
|
|
|
|
E741,
|
|
|
|
W291,
|
|
|
|
W292,
|
|
|
|
W293,
|
|
|
|
W391,
|
|
|
|
W503,
|
|
|
|
W504,
|
|
|
|
F403,
|
|
|
|
B007,
|
|
|
|
B950,
|
|
|
|
W191,
|
2022-01-28 07:47:43 +00:00
|
|
|
E124, # closing bracket, irritating while writing QB code
|
2022-03-25 08:56:12 +00:00
|
|
|
E131, # continuation line unaligned for hanging indent
|
|
|
|
E123, # closing bracket does not match indentation of opening bracket's line
|
2021-03-17 14:36:35 +00:00
|
|
|
|
2021-05-11 12:57:20 +00:00
|
|
|
max-line-length = 200
|
|
|
|
exclude=.github/helper/semgrep_rules
|