docsig 0.59.2__tar.gz → 0.59.3__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.
- {docsig-0.59.2 → docsig-0.59.3}/PKG-INFO +4 -4
- {docsig-0.59.2 → docsig-0.59.3}/README.rst +3 -3
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_core.py +1 -1
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_version.py +1 -1
- {docsig-0.59.2 → docsig-0.59.3}/pyproject.toml +2 -2
- {docsig-0.59.2 → docsig-0.59.3}/LICENSE +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/__init__.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/__main__.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_config.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_decorators.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_directives.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_files.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_hooks.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_main.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_module.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_report.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_stub.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/_utils.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/messages.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/plugin.py +0 -0
- {docsig-0.59.2 → docsig-0.59.3}/docsig/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: docsig
|
|
3
|
-
Version: 0.59.
|
|
3
|
+
Version: 0.59.3
|
|
4
4
|
Summary: Check signature params for proper documentation
|
|
5
5
|
Home-page: https://pypi.org/project/docsig/
|
|
6
6
|
License: MIT
|
|
@@ -169,7 +169,7 @@ ensure your installation has registered `docsig`
|
|
|
169
169
|
.. code-block:: console
|
|
170
170
|
|
|
171
171
|
$ flake8 --version
|
|
172
|
-
7.1.0 (docsig: 0.59.
|
|
172
|
+
7.1.0 (docsig: 0.59.3, mccabe: 0.7.0, pycodestyle: 2.12.0, pyflakes: 3.2.0) CPython 3.8.13 on Darwin
|
|
173
173
|
|
|
174
174
|
And now use `flake8` to lint your files
|
|
175
175
|
|
|
@@ -258,7 +258,7 @@ Standalone
|
|
|
258
258
|
|
|
259
259
|
repos:
|
|
260
260
|
- repo: https://github.com/jshwi/docsig
|
|
261
|
-
rev: v0.59.
|
|
261
|
+
rev: v0.59.3
|
|
262
262
|
hooks:
|
|
263
263
|
- id: docsig
|
|
264
264
|
args:
|
|
@@ -277,7 +277,7 @@ or integrated with ``flake8``
|
|
|
277
277
|
hooks:
|
|
278
278
|
- id: flake8
|
|
279
279
|
additional_dependencies:
|
|
280
|
-
- docsig==0.59.
|
|
280
|
+
- docsig==0.59.3
|
|
281
281
|
args:
|
|
282
282
|
- "--sig-check-class"
|
|
283
283
|
- "--sig-check-dunders"
|
|
@@ -143,7 +143,7 @@ ensure your installation has registered `docsig`
|
|
|
143
143
|
.. code-block:: console
|
|
144
144
|
|
|
145
145
|
$ flake8 --version
|
|
146
|
-
7.1.0 (docsig: 0.59.
|
|
146
|
+
7.1.0 (docsig: 0.59.3, mccabe: 0.7.0, pycodestyle: 2.12.0, pyflakes: 3.2.0) CPython 3.8.13 on Darwin
|
|
147
147
|
|
|
148
148
|
And now use `flake8` to lint your files
|
|
149
149
|
|
|
@@ -232,7 +232,7 @@ Standalone
|
|
|
232
232
|
|
|
233
233
|
repos:
|
|
234
234
|
- repo: https://github.com/jshwi/docsig
|
|
235
|
-
rev: v0.59.
|
|
235
|
+
rev: v0.59.3
|
|
236
236
|
hooks:
|
|
237
237
|
- id: docsig
|
|
238
238
|
args:
|
|
@@ -251,7 +251,7 @@ or integrated with ``flake8``
|
|
|
251
251
|
hooks:
|
|
252
252
|
- id: flake8
|
|
253
253
|
additional_dependencies:
|
|
254
|
-
- docsig==0.59.
|
|
254
|
+
- docsig==0.59.3
|
|
255
255
|
args:
|
|
256
256
|
- "--sig-check-class"
|
|
257
257
|
- "--sig-check-dunders"
|
|
@@ -11,7 +11,7 @@ line-length = 79
|
|
|
11
11
|
allow_dirty = true
|
|
12
12
|
commit = true
|
|
13
13
|
commit_args = "-sS"
|
|
14
|
-
current_version = "0.59.
|
|
14
|
+
current_version = "0.59.3"
|
|
15
15
|
message = "bump: version {current_version} → {new_version}"
|
|
16
16
|
sign_tags = true
|
|
17
17
|
tag = true
|
|
@@ -132,7 +132,7 @@ maintainers = [
|
|
|
132
132
|
name = "docsig"
|
|
133
133
|
readme = "README.rst"
|
|
134
134
|
repository = "https://github.com/jshwi/docsig"
|
|
135
|
-
version = "0.59.
|
|
135
|
+
version = "0.59.3"
|
|
136
136
|
|
|
137
137
|
[tool.poetry.dependencies]
|
|
138
138
|
Sphinx = "^7.0.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
|