Skip to content

Commit 967a786

Browse files
committed
Fix: disable new pylint unspecified-encoding warning
1 parent 979ecf7 commit 967a786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[MESSAGES CONTROL]
2-
disable=missing-function-docstring
2+
disable=missing-function-docstring, unspecified-encoding

things/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__copyright__ = "2021 Alexander Willner & Michael Belfrage"
55
__credits__ = ["Alexander Willner", "Michael Belfrage"]
66
__license__ = "Apache License 2.0"
7-
__version__ = "0.0.13"
7+
__version__ = "0.0.14"
88
__maintainer__ = ["Alexander Willner", "Michael Belfrage"]
99
__email__ = "[email protected]"
1010
__status__ = "Development"

0 commit comments

Comments
 (0)