From 7e8fc5c06b563ef64b745aabaa7f1e5c969f9b7a Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Mon, 29 Jun 2020 13:20:09 -0700 Subject: [PATCH 1/1] Update README, add .pylintrc --- .pylintrc | 9 +++++++++ README.md | 7 +++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .pylintrc diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..41cb4fa --- /dev/null +++ b/.pylintrc @@ -0,0 +1,9 @@ +[MASTER] + +disable = no-self-use + +[TYPECHECK] +# List of members which are set dynamically and missed by pylint inference +# system, and so shouldn't trigger E1101 when accessed. Python regular +# expressions are accepted. +generated-members = wx.* diff --git a/README.md b/README.md index 0e03ac1..d3b685d 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,15 @@ own personal format (e.g. RitR No. 471). Future plans ------------ -* Lint it (e.g. therapist) -* Sphinx/autodoc? +* Better documentation Version History --------------- +- 2.2.1 (Jun 2020) + + Complete fixes recommended by pylint(1). + - 2.2.0 (Jun 2020) Implement GUI mode. -- 2.30.2