vim-eof-comment 0.6.1__tar.gz → 0.6.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.
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/.github/workflows/mypy-lint.yml +4 -1
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/PKG-INFO +1 -1
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/pyproject.toml +1 -1
- vim_eof_comment-0.6.2/version.txt +1 -0
- vim_eof_comment-0.6.2/vim_eof_comment/comments/filetypes.json +1 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/version.py +1 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment.egg-info/PKG-INFO +1 -1
- vim_eof_comment-0.6.1/version.txt +0 -1
- vim_eof_comment-0.6.1/vim_eof_comment/comments/filetypes.json +0 -1
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/.flake8 +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/.gitattributes +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/.github/CODEOWNERS +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/.github/FUNDING.yml +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/.github/workflows/flake8-lint.yml +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/.github/workflows/release.yml +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/.github/workflows/vim-eof-comment.yml +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/.pre-commit-config.yaml +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/CHANGELOG.md +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/LICENSE +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/Makefile +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/README.md +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/docs/Makefile +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/docs/make.bat +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/docs/source/conf.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/docs/source/functions.rst +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/docs/source/index.rst +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/docs/source/installation.rst +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/requirements.txt +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/setup.cfg +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/taplo.toml +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/__init__.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/__init__.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/__main__.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/args/__init__.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/args/__init__.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/args/completion.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/args/completion.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/args/parsing.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/args/parsing.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/comments/__init__.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/comments/__init__.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/comments/generator.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/comments/generator.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/eof.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/eof.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/file.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/file.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/py.typed +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/regex.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/regex.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/types.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/types.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/util.py +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/util.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment/version.pyi +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment.egg-info/SOURCES.txt +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment.egg-info/dependency_links.txt +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment.egg-info/entry_points.txt +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment.egg-info/requires.txt +0 -0
- {vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment.egg-info/top_level.txt +0 -0
|
@@ -28,7 +28,10 @@ jobs:
|
|
|
28
28
|
architecture: x64
|
|
29
29
|
- name: Install mypy
|
|
30
30
|
run: |
|
|
31
|
-
pip install -U mypy mypy-extensions typing
|
|
31
|
+
pip install -U mypy mypy-extensions typing-extensions
|
|
32
|
+
- name: Install Project Dependencies
|
|
33
|
+
run: |
|
|
34
|
+
pip install -U -r requirements.txt
|
|
32
35
|
- name: Run mypy
|
|
33
36
|
uses: sasanquaneuf/mypy-github-action@main
|
|
34
37
|
with:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vim-eof-comment
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
4
|
Summary: Adds Vim EOF modeline comments for given filetypes in given directories
|
|
5
5
|
Author-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
|
|
6
6
|
Maintainer-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
|
|
@@ -40,7 +40,7 @@ maintainers = [{ name = "Guennadi Maximov C", email = "g.maxc.fox@protonmail.com
|
|
|
40
40
|
name = "vim-eof-comment"
|
|
41
41
|
readme = "README.md"
|
|
42
42
|
requires-python = ">=3.10"
|
|
43
|
-
version = "0.6.
|
|
43
|
+
version = "0.6.2"
|
|
44
44
|
|
|
45
45
|
[project.scripts]
|
|
46
46
|
vim-eof-comment = "vim_eof_comment.eof:main"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.6.2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{ "C": "/* {comment} */", "H": "/* {comment} */", "Makefile": "# {comment}", "bash": "# {comment}", "c": "/* {comment} */", "c++": "/* {comment} */", "cc": "/* {comment} */", "coffee": "# {comment}", "cpp": "/* {comment} */", "cson": "# {comment}", "css": "/* {comment} */", "fish": "# {comment}", "h": "/* {comment} */", "hh": "/* {comment} */", "hpp": "/* {comment} */", "htm": "<!-- {comment} -->", "html": "<!-- {comment} -->", "javascript": "/* {comment} */", "javascriptreact": "/* {comment} */", "jl": "# {comment}", "js": "/* {comment} */", "jsonc": "/* {comment} */", "jsx": "/* {comment} */", "julia": "# {comment}", "latex": "% {comment}", "litcoffee": "# {comment}", "lua": "-- {comment}", "make": "# {comment}", "markdown": "<!-- {comment} -->", "md": "<!-- {comment} -->", "mk": "# {comment}", "py": "# {comment}", "pyi": "# {comment}", "python": "# {comment}", "rb": "# {comment}", "rs": "/* {comment} */", "ruby": "# {comment}", "rust": "/* {comment} */", "sh": "# {comment}", "tex": "% {comment}", "toml": "# {comment}", "ts": "/* {comment} */", "tsx": "/* {comment} */", "typescript": "/* {comment} */", "typescriptreact": "/* {comment} */", "xhtml": "<!-- {comment} -->", "xml": "<!-- {comment} -->", "yaml": "# {comment}", "yml": "# {comment}", "zsh": "# {comment}" }, { "C": {"level": 2, "expandtab": true}, "H": {"level": 2, "expandtab": true}, "Makefile": {"level": 4, "expandtab": false}, "bash": {"level": 4, "expandtab": true}, "c": {"level": 2, "expandtab": true}, "c++": {"level": 2, "expandtab": true}, "cc": {"level": 2, "expandtab": true}, "coffee": {"level": 4, "expandtab": true}, "cpp": {"level": 2, "expandtab": true}, "cson": {"level": 4, "expandtab": true}, "css": {"level": 4, "expandtab": true}, "fish": {"level": 4, "expandtab": true}, "h": {"level": 2, "expandtab": true}, "hh": {"level": 2, "expandtab": true}, "hpp": {"level": 2, "expandtab": true}, "htm": {"level": 2, "expandtab": true}, "html": {"level": 2, "expandtab": true}, "javascript": {"level": 4, "expandtab": true}, "javascriptreact": {"level": 4, "expandtab": true}, "jl": {"level": 4, "expandtab": true}, "js": {"level": 4, "expandtab": true}, "jsonc": {"level": 4, "expandtab": true}, "jsx": {"level": 4, "expandtab": true}, "julia": {"level": 4, "expandtab": true}, "latex": {"level": 2, "expandtab": true}, "litcoffee": {"level": 4, "expandtab": true}, "lua": {"level": 4, "expandtab": true}, "make": {"level": 4, "expandtab": false}, "markdown": {"level": 2, "expandtab": true}, "md": {"level": 2, "expandtab": true}, "mk": {"level": 4, "expandtab": false}, "py": {"level": 4, "expandtab": true}, "pyi": {"level": 4, "expandtab": true}, "python": {"level": 4, "expandtab": true}, "rb": {"level": 2, "expandtab": true}, "rs": {"level": 4, "expandtab": true}, "ruby": {"level": 2, "expandtab": true}, "rust": {"level": 4, "expandtab": true}, "sh": {"level": 4, "expandtab": true}, "tex": {"level": 2, "expandtab": true}, "toml": {"level": 4, "expandtab": true}, "ts": {"level": 4, "expandtab": true}, "tsx": {"level": 4, "expandtab": true}, "typescript": {"level": 4, "expandtab": true}, "typescriptreact": {"level": 4, "expandtab": true}, "xhtml": {"level": 2, "expandtab": true}, "xml": {"level": 2, "expandtab": true}, "yaml": {"level": 2, "expandtab": true}, "yml": {"level": 2, "expandtab": true}, "zsh": {"level": 4, "expandtab": true} }]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vim-eof-comment
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.2
|
|
4
4
|
Summary: Adds Vim EOF modeline comments for given filetypes in given directories
|
|
5
5
|
Author-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
|
|
6
6
|
Maintainer-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.6.1
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{ "C": "/* {comment} */", "H": "/* {comment} */", "Makefile": "# {comment}", "bash": "# {comment}", "c": "/* {comment} */", "cc": "/* {comment} */", "cpp": "/* {comment} */", "css": "/* {comment} */", "fish": "# {comment}", "h": "/* {comment} */", "hh": "/* {comment} */", "hpp": "/* {comment} */", "htm": "<!-- {comment} -->", "html": "<!-- {comment} -->", "javascript": "/* {comment} */", "javascriptreact": "/* {comment} */", "js": "/* {comment} */", "jsx": "/* {comment} */", "latex": "% {comment}", "lua": "-- {comment}", "make": "# {comment}", "markdown": "<!-- {comment} -->", "md": "<!-- {comment} -->", "mk": "# {comment}", "py": "# {comment}", "pyi": "# {comment}", "python": "# {comment}", "rb": "# {comment}", "rs": "/* {comment} */", "ruby": "# {comment}", "rust": "/* {comment} */", "sh": "# {comment}", "tex": "% {comment}", "toml": "# {comment}", "ts": "/* {comment} */", "tsx": "/* {comment} */", "typescript": "/* {comment} */", "typescriptreact": "/* {comment} */", "xhtml": "<!-- {comment} -->", "xml": "<!-- {comment} -->", "yaml": "# {comment}", "yml": "# {comment}", "zsh": "# {comment}" }, { "C": { "level": 2, "expandtab": true }, "H": { "level": 2, "expandtab": true }, "Makefile": { "level": 4, "expandtab": false }, "bash": { "level": 4, "expandtab": true }, "c": { "level": 2, "expandtab": true }, "cc": { "level": 2, "expandtab": true }, "cpp": { "level": 2, "expandtab": true }, "css": { "level": 4, "expandtab": true }, "fish": { "level": 4, "expandtab": true }, "h": { "level": 2, "expandtab": true }, "hh": { "level": 2, "expandtab": true }, "hpp": { "level": 2, "expandtab": true }, "htm": { "level": 2, "expandtab": true }, "html": { "level": 2, "expandtab": true }, "javascript": { "level": 4, "expandtab": true }, "javascriptreact": { "level": 4, "expandtab": true }, "js": { "level": 4, "expandtab": true }, "jsx": { "level": 4, "expandtab": true }, "latex": { "level": 2, "expandtab": true }, "lua": { "level": 4, "expandtab": true }, "make": { "level": 4, "expandtab": false }, "markdown": { "level": 2, "expandtab": true }, "md": { "level": 2, "expandtab": true }, "mk": { "level": 4, "expandtab": false }, "py": { "level": 4, "expandtab": true }, "pyi": { "level": 4, "expandtab": true }, "python": { "level": 4, "expandtab": true }, "rb": { "level": 2, "expandtab": true }, "rs": { "level": 4, "expandtab": true }, "ruby": { "level": 2, "expandtab": true }, "rust": { "level": 4, "expandtab": true }, "sh": { "level": 4, "expandtab": true }, "tex": { "level": 2, "expandtab": true }, "toml": { "level": 4, "expandtab": true }, "ts": { "level": 4, "expandtab": true }, "tsx": { "level": 4, "expandtab": true }, "typescript": { "level": 4, "expandtab": true }, "typescriptreact": { "level": 4, "expandtab": true }, "xhtml": { "level": 2, "expandtab": true }, "xml": { "level": 2, "expandtab": true }, "yaml": { "level": 2, "expandtab": true }, "yml": { "level": 2, "expandtab": true }, "zsh": { "level": 4, "expandtab": true } }]
|
|
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
|
|
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
|
|
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
|
{vim_eof_comment-0.6.1 → vim_eof_comment-0.6.2}/vim_eof_comment.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|