vim-eof-comment 0.3.13__tar.gz → 0.3.14__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.3.13 → vim_eof_comment-0.3.14}/.github/workflows/vim-eof-comment.yml +2 -2
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.pre-commit-config.yaml +2 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/PKG-INFO +1 -2
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/Pipfile +1 -1
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/pyproject.toml +3 -2
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/requirements.txt +0 -1
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/taplo.toml +2 -0
- vim_eof_comment-0.3.14/version.txt +1 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/version.py +1 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/PKG-INFO +1 -2
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/requires.txt +0 -1
- vim_eof_comment-0.3.13/version.txt +0 -1
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.flake8 +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.gitattributes +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.github/CODEOWNERS +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.github/workflows/flake8-lint.yml +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.github/workflows/mypy-lint.yml +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/.github/workflows/release.yml +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/LICENSE +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/Makefile +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/README.md +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/Makefile +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/make.bat +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/source/conf.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/source/functions.rst +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/source/index.rst +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/docs/source/installation.rst +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/setup.cfg +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/__init__.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/__init__.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/__main__.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/__init__.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/__init__.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/completion.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/completion.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/parsing.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/args/parsing.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/comments/__init__.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/comments/__init__.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/comments/filetypes.json +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/comments/generator.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/comments/generator.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/eof.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/eof.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/file.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/file.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/py.typed +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/regex.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/regex.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/types.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/types.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/util.py +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/util.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment/version.pyi +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/SOURCES.txt +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/dependency_links.txt +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/entry_points.txt +0 -0
- {vim_eof_comment-0.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/top_level.txt +0 -0
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
21
21
|
- name: Set up Python
|
|
22
22
|
uses: actions/setup-python@v6.1.0
|
|
23
23
|
with:
|
|
24
|
-
python-version: '3.
|
|
24
|
+
python-version: '3.13'
|
|
25
25
|
- name: Install pipenv
|
|
26
26
|
run: |
|
|
27
27
|
python -m pip install -U pip
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
pipenv install --dev vim-eof-comment
|
|
32
32
|
- name: Run vim-eof-comment
|
|
33
33
|
run: |
|
|
34
|
-
pipenv run vim-eof-comment -e
|
|
34
|
+
pipenv run vim-eof-comment -e py,pyi,md,Makefile,yaml,toml -i py:4:Y,pyi:4:Y,md:2:Y -nv .
|
|
35
35
|
- name: Auto Commit Changes
|
|
36
36
|
uses: stefanzweifel/git-auto-commit-action@v7.1.0
|
|
37
37
|
with:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vim-eof-comment
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.14
|
|
4
4
|
Summary: Adds Vim EOF 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>
|
|
@@ -30,7 +30,6 @@ License-File: LICENSE
|
|
|
30
30
|
Requires-Dist: argcomplete
|
|
31
31
|
Requires-Dist: argparse
|
|
32
32
|
Requires-Dist: colorama
|
|
33
|
-
Requires-Dist: python-magic
|
|
34
33
|
Requires-Dist: setuptools
|
|
35
34
|
Requires-Dist: typing
|
|
36
35
|
Requires-Dist: wheel
|
|
@@ -12,7 +12,6 @@ typing-extensions = "*"
|
|
|
12
12
|
pyproject = "*"
|
|
13
13
|
colorama = "*"
|
|
14
14
|
argcomplete = "*"
|
|
15
|
-
python-magic = "*"
|
|
16
15
|
pynvim = "*"
|
|
17
16
|
|
|
18
17
|
[dev-packages]
|
|
@@ -32,6 +31,7 @@ sphinx-rtd-theme = "*"
|
|
|
32
31
|
renku-sphinx-theme = "*"
|
|
33
32
|
sphinxawesome-theme = "*"
|
|
34
33
|
numpydoc = "*"
|
|
34
|
+
vim-eof-comment = "*"
|
|
35
35
|
|
|
36
36
|
[scripts]
|
|
37
37
|
lint = "flake8 --statistics --show-source --color always --max-line-length 100 --docstring-convention numpy --ignore=D401 ."
|
|
@@ -25,7 +25,6 @@ dependencies = [
|
|
|
25
25
|
"argcomplete",
|
|
26
26
|
"argparse",
|
|
27
27
|
"colorama",
|
|
28
|
-
"python-magic",
|
|
29
28
|
"setuptools",
|
|
30
29
|
"typing",
|
|
31
30
|
"wheel",
|
|
@@ -47,7 +46,7 @@ maintainers = [{ name = "Guennadi Maximov C", email = "g.maxc.fox@protonmail.com
|
|
|
47
46
|
name = "vim-eof-comment"
|
|
48
47
|
readme = "README.md"
|
|
49
48
|
requires-python = ">=3.10"
|
|
50
|
-
version = "0.3.
|
|
49
|
+
version = "0.3.14"
|
|
51
50
|
|
|
52
51
|
[project.scripts]
|
|
53
52
|
vim-eof-comment = "vim_eof_comment.eof:main"
|
|
@@ -131,3 +130,5 @@ save_history = true
|
|
|
131
130
|
save_objectdb = true
|
|
132
131
|
split_imports = false
|
|
133
132
|
validate_objectdb = true
|
|
133
|
+
|
|
134
|
+
# vim: set ts=4 sts=4 sw=4 et ai si sta:
|
|
@@ -6,7 +6,6 @@ greenlet==3.3.0; python_version >= '3.10'
|
|
|
6
6
|
msgpack==1.1.2; python_version >= '3.9'
|
|
7
7
|
pynvim==0.6.0; python_version >= '3.7'
|
|
8
8
|
pyproject==1!0.1.2; python_version >= '3.12'
|
|
9
|
-
python-magic==0.4.27; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
|
10
9
|
setuptools==80.9.0; python_version >= '3.9'
|
|
11
10
|
typing==3.7.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
|
12
11
|
typing-extensions==4.15.0; python_version >= '3.9'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.3.14
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vim-eof-comment
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.14
|
|
4
4
|
Summary: Adds Vim EOF 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>
|
|
@@ -30,7 +30,6 @@ License-File: LICENSE
|
|
|
30
30
|
Requires-Dist: argcomplete
|
|
31
31
|
Requires-Dist: argparse
|
|
32
32
|
Requires-Dist: colorama
|
|
33
|
-
Requires-Dist: python-magic
|
|
34
33
|
Requires-Dist: setuptools
|
|
35
34
|
Requires-Dist: typing
|
|
36
35
|
Requires-Dist: wheel
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.3.13
|
|
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.3.13 → vim_eof_comment-0.3.14}/vim_eof_comment.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|