docsig 0.49.1__tar.gz → 0.49.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: docsig
3
- Version: 0.49.1
3
+ Version: 0.49.2
4
4
  Summary: Check signature params for proper documentation
5
5
  Home-page: https://pypi.org/project/docsig/
6
6
  License: MIT
@@ -223,7 +223,7 @@ It can be added to your .pre-commit-config.yaml as follows:
223
223
 
224
224
  repos:
225
225
  - repo: https://github.com/jshwi/docsig
226
- rev: v0.49.1
226
+ rev: v0.49.2
227
227
  hooks:
228
228
  - id: docsig
229
229
  args:
@@ -195,7 +195,7 @@ It can be added to your .pre-commit-config.yaml as follows:
195
195
 
196
196
  repos:
197
197
  - repo: https://github.com/jshwi/docsig
198
- rev: v0.49.1
198
+ rev: v0.49.2
199
199
  hooks:
200
200
  - id: docsig
201
201
  args:
@@ -81,7 +81,7 @@ class Report(_t.List[str]):
81
81
  message = message.format(**kwargs)
82
82
 
83
83
  if hint:
84
- message += f"\nhint: {value.hint}"
84
+ message += f"\n hint: {value.hint}"
85
85
 
86
86
  if value not in self._disable and message not in self:
87
87
  super().append(message)
@@ -8,4 +8,4 @@ Allows for access to the version internally without cyclic imports
8
8
  caused by accessing it through __init__.
9
9
  """
10
10
 
11
- __version__ = "0.49.1"
11
+ __version__ = "0.49.2"
@@ -73,7 +73,7 @@ maintainers = [
73
73
  name = "docsig"
74
74
  readme = "README.rst"
75
75
  repository = "https://github.com/jshwi/docsig"
76
- version = "0.49.1"
76
+ version = "0.49.2"
77
77
 
78
78
  [tool.poetry.dependencies]
79
79
  Pygments = "^2.13.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes