Update README, add .pylintrc
authorAlexander Vasarab <alexander@wylark.com>
Mon, 29 Jun 2020 20:20:09 +0000 (13:20 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Mon, 29 Jun 2020 20:20:09 +0000 (13:20 -0700)
.pylintrc [new file with mode: 0644]
README.md

diff --git a/.pylintrc b/.pylintrc
new file mode 100644 (file)
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.*
index 0e03ac1b06a7d49218f6f79e4438e1b2459c71e9..d3b685d2d94ccad196b5d92e59624a085d05cfae 100644 (file)
--- 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.