commit | 42761a315a76f649f90dcceba4a184037c2dff73 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Mon Jul 04 13:18:34 2022 +0530 |
committer | Ankush Menat <ankush@frappe.io> | Mon Jul 04 13:19:18 2022 +0530 |
tree | 2680f90465a729ac69a9f359cccb0f7141810020 | |
parent | ac9d38aa1c5740f6d2bf7a2dd5cb9c76d39ccb5d [diff] |
chore: ignore late binding warnings Most are false positives [skip ci]
diff --git a/.github/helper/.flake8_strict b/.github/helper/.flake8_strict index a79137d..198ec7b 100644 --- a/.github/helper/.flake8_strict +++ b/.github/helper/.flake8_strict
@@ -66,6 +66,7 @@ F841, E713, E712, + B023 max-line-length = 200