We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979ecf7 commit 967a786Copy full SHA for 967a786
.pylintrc
@@ -1,2 +1,2 @@
1
[MESSAGES CONTROL]
2
-disable=missing-function-docstring
+disable=missing-function-docstring, unspecified-encoding
things/__init__.py
@@ -4,7 +4,7 @@
4
__copyright__ = "2021 Alexander Willner & Michael Belfrage"
5
__credits__ = ["Alexander Willner", "Michael Belfrage"]
6
__license__ = "Apache License 2.0"
7
-__version__ = "0.0.13"
+__version__ = "0.0.14"
8
__maintainer__ = ["Alexander Willner", "Michael Belfrage"]
9
__email__ = "[email protected]"
10
__status__ = "Development"
0 commit comments