Age | Commit message (Expand) | Author |
---|---|---|
2023-09-05 | Ignore linting version control files and migrations folder...* .pylintrc: Add VCS and migrations to ignore and ignore-paths respectively. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com> | Munyoki Kilyungi |
2023-01-18 | pylintrc: Disable no-else-return check....else-return statements are closer to the cond ladders in lisp. They feel better composed, more symmetric and less like non-local exits. They should not be discouraged. * .pylintrc (disable): Add no-else-return. | Arun Isaac |
2022-01-10 | Silence `duplicate-code` linting notifications | Frederick Muriuki Muriithi |
2021-12-23 | pylintrc: Disable fixme check....fixme notes such as TODO, FIXME, etc. are good practice, and should not be discouraged. * .pylintrc (disable): Add fixme. | Arun Isaac |
2021-03-08 | Ignore similarities in imports section when linting | BonfaceKilz |