vim-eof-comment 0.3.18__tar.gz → 0.5.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.5.2/.github/FUNDING.yml +1 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/.github/workflows/vim-eof-comment.yml +4 -7
- vim_eof_comment-0.5.2/CHANGELOG.md +255 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/Makefile +20 -35
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/PKG-INFO +3 -3
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/pyproject.toml +5 -2
- vim_eof_comment-0.5.2/requirements.txt +4 -0
- vim_eof_comment-0.5.2/version.txt +1 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/args/completion.py +1 -1
- vim_eof_comment-0.5.2/vim_eof_comment/args/completion.pyi +34 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/args/parsing.py +6 -6
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/args/parsing.pyi +4 -4
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/comments/generator.py +10 -4
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/comments/generator.pyi +20 -1
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/eof.py +12 -10
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/eof.pyi +4 -2
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/file.py +73 -11
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/file.pyi +16 -2
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/regex.py +9 -12
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/regex.pyi +1 -3
- vim_eof_comment-0.3.18/vim_eof_comment/version.py → vim_eof_comment-0.5.2/vim_eof_comment/types.py +200 -84
- vim_eof_comment-0.5.2/vim_eof_comment/types.pyi +298 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/util.py +19 -11
- vim_eof_comment-0.5.2/vim_eof_comment/version.py +107 -0
- vim_eof_comment-0.5.2/vim_eof_comment/version.pyi +24 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment.egg-info/PKG-INFO +3 -3
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment.egg-info/SOURCES.txt +2 -1
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment.egg-info/requires.txt +0 -2
- vim_eof_comment-0.3.18/Pipfile +0 -44
- vim_eof_comment-0.3.18/requirements.txt +0 -12
- vim_eof_comment-0.3.18/version.txt +0 -1
- vim_eof_comment-0.3.18/vim_eof_comment/args/completion.pyi +0 -18
- vim_eof_comment-0.3.18/vim_eof_comment/types.py +0 -192
- vim_eof_comment-0.3.18/vim_eof_comment/types.pyi +0 -157
- vim_eof_comment-0.3.18/vim_eof_comment/version.pyi +0 -144
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/.flake8 +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/.gitattributes +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/.github/CODEOWNERS +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/.github/workflows/flake8-lint.yml +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/.github/workflows/mypy-lint.yml +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/.github/workflows/release.yml +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/.pre-commit-config.yaml +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/LICENSE +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/README.md +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/docs/Makefile +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/docs/make.bat +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/docs/source/conf.py +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/docs/source/functions.rst +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/docs/source/index.rst +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/docs/source/installation.rst +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/setup.cfg +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/taplo.toml +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/__init__.py +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/__init__.pyi +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/__main__.py +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/args/__init__.py +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/args/__init__.pyi +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/comments/__init__.py +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/comments/__init__.pyi +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/comments/filetypes.json +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/py.typed +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment/util.pyi +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment.egg-info/dependency_links.txt +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment.egg-info/entry_points.txt +0 -0
- {vim_eof_comment-0.3.18 → vim_eof_comment-0.5.2}/vim_eof_comment.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
github: DrKJeff16
|
|
@@ -21,17 +21,14 @@ jobs:
|
|
|
21
21
|
- name: Set up Python
|
|
22
22
|
uses: actions/setup-python@v6.1.0
|
|
23
23
|
with:
|
|
24
|
-
python-version: '3.
|
|
25
|
-
- name: Install pipenv
|
|
26
|
-
run: |
|
|
27
|
-
python -m pip install -U pip
|
|
28
|
-
pip install pipenv
|
|
24
|
+
python-version: '3.14'
|
|
29
25
|
- name: Install vim-eof-comment
|
|
30
26
|
run: |
|
|
31
|
-
|
|
27
|
+
python -m pip install -U pip
|
|
28
|
+
pip install -U vim-eof-comment
|
|
32
29
|
- name: Run vim-eof-comment
|
|
33
30
|
run: |
|
|
34
|
-
|
|
31
|
+
vim-eof-comment -e py,pyi,md,Makefile,yaml,toml -i py:4:Y,pyi:4:Y,md:2:Y -nv .
|
|
35
32
|
- name: Auto Commit Changes
|
|
36
33
|
uses: stefanzweifel/git-auto-commit-action@v7.1.0
|
|
37
34
|
with:
|
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.4.0](https://github.com/DrKJeff16/vim-eof-comment/tree/0.4.0) (2026-01-04)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.21...0.4.0)
|
|
6
|
+
|
|
7
|
+
## [0.3.21](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.21) (2026-01-03)
|
|
8
|
+
|
|
9
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.20...0.3.21)
|
|
10
|
+
|
|
11
|
+
## [0.3.20](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.20) (2026-01-03)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.19...0.3.20)
|
|
14
|
+
|
|
15
|
+
## [0.3.19](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.19) (2026-01-03)
|
|
16
|
+
|
|
17
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.18...0.3.19)
|
|
18
|
+
|
|
19
|
+
## [0.3.18](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.18) (2025-12-31)
|
|
20
|
+
|
|
21
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.17...0.3.18)
|
|
22
|
+
|
|
23
|
+
## [0.3.17](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.17) (2025-12-31)
|
|
24
|
+
|
|
25
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.16...0.3.17)
|
|
26
|
+
|
|
27
|
+
## [0.3.16](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.16) (2025-12-31)
|
|
28
|
+
|
|
29
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.15...0.3.16)
|
|
30
|
+
|
|
31
|
+
## [0.3.15](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.15) (2025-12-31)
|
|
32
|
+
|
|
33
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.14...0.3.15)
|
|
34
|
+
|
|
35
|
+
## [0.3.14](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.14) (2025-12-30)
|
|
36
|
+
|
|
37
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.13...0.3.14)
|
|
38
|
+
|
|
39
|
+
## [0.3.13](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.13) (2025-12-29)
|
|
40
|
+
|
|
41
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.12...0.3.13)
|
|
42
|
+
|
|
43
|
+
## [0.3.12](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.12) (2025-12-29)
|
|
44
|
+
|
|
45
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.11...0.3.12)
|
|
46
|
+
|
|
47
|
+
## [0.3.11](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.11) (2025-12-28)
|
|
48
|
+
|
|
49
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.10...0.3.11)
|
|
50
|
+
|
|
51
|
+
## [0.3.10](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.10) (2025-12-25)
|
|
52
|
+
|
|
53
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.9...0.3.10)
|
|
54
|
+
|
|
55
|
+
## [0.3.9](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.9) (2025-12-25)
|
|
56
|
+
|
|
57
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.8...0.3.9)
|
|
58
|
+
|
|
59
|
+
## [0.3.8](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.8) (2025-12-24)
|
|
60
|
+
|
|
61
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.7...0.3.8)
|
|
62
|
+
|
|
63
|
+
## [0.3.7](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.7) (2025-12-24)
|
|
64
|
+
|
|
65
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.6...0.3.7)
|
|
66
|
+
|
|
67
|
+
## [0.3.6](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.6) (2025-12-23)
|
|
68
|
+
|
|
69
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.5...0.3.6)
|
|
70
|
+
|
|
71
|
+
## [0.3.5](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.5) (2025-12-22)
|
|
72
|
+
|
|
73
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.4...0.3.5)
|
|
74
|
+
|
|
75
|
+
## [0.3.4](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.4) (2025-12-22)
|
|
76
|
+
|
|
77
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.3...0.3.4)
|
|
78
|
+
|
|
79
|
+
## [0.3.3](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.3) (2025-12-22)
|
|
80
|
+
|
|
81
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.2...0.3.3)
|
|
82
|
+
|
|
83
|
+
## [0.3.2](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.2) (2025-12-20)
|
|
84
|
+
|
|
85
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.1...0.3.2)
|
|
86
|
+
|
|
87
|
+
## [0.3.1](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.1) (2025-12-20)
|
|
88
|
+
|
|
89
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.3.0...0.3.1)
|
|
90
|
+
|
|
91
|
+
## [0.3.0](https://github.com/DrKJeff16/vim-eof-comment/tree/0.3.0) (2025-12-19)
|
|
92
|
+
|
|
93
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.2.3...0.3.0)
|
|
94
|
+
|
|
95
|
+
## [0.2.3](https://github.com/DrKJeff16/vim-eof-comment/tree/0.2.3) (2025-12-19)
|
|
96
|
+
|
|
97
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.2.2...0.2.3)
|
|
98
|
+
|
|
99
|
+
## [0.2.2](https://github.com/DrKJeff16/vim-eof-comment/tree/0.2.2) (2025-12-18)
|
|
100
|
+
|
|
101
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.2.1...0.2.2)
|
|
102
|
+
|
|
103
|
+
## [0.2.1](https://github.com/DrKJeff16/vim-eof-comment/tree/0.2.1) (2025-12-18)
|
|
104
|
+
|
|
105
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.2.0...0.2.1)
|
|
106
|
+
|
|
107
|
+
## [0.2.0](https://github.com/DrKJeff16/vim-eof-comment/tree/0.2.0) (2025-12-18)
|
|
108
|
+
|
|
109
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.38...0.2.0)
|
|
110
|
+
|
|
111
|
+
## [0.1.38](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.38) (2025-12-17)
|
|
112
|
+
|
|
113
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.37...0.1.38)
|
|
114
|
+
|
|
115
|
+
## [0.1.37](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.37) (2025-12-16)
|
|
116
|
+
|
|
117
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.36...0.1.37)
|
|
118
|
+
|
|
119
|
+
## [0.1.36](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.36) (2025-12-16)
|
|
120
|
+
|
|
121
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.35...0.1.36)
|
|
122
|
+
|
|
123
|
+
## [0.1.35](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.35) (2025-12-16)
|
|
124
|
+
|
|
125
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.34...0.1.35)
|
|
126
|
+
|
|
127
|
+
## [0.1.34](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.34) (2025-12-16)
|
|
128
|
+
|
|
129
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.33...0.1.34)
|
|
130
|
+
|
|
131
|
+
## [0.1.33](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.33) (2025-12-15)
|
|
132
|
+
|
|
133
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.32...0.1.33)
|
|
134
|
+
|
|
135
|
+
## [0.1.32](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.32) (2025-12-15)
|
|
136
|
+
|
|
137
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.31...0.1.32)
|
|
138
|
+
|
|
139
|
+
## [0.1.31](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.31) (2025-12-15)
|
|
140
|
+
|
|
141
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.30...0.1.31)
|
|
142
|
+
|
|
143
|
+
## [0.1.30](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.30) (2025-12-15)
|
|
144
|
+
|
|
145
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.29...0.1.30)
|
|
146
|
+
|
|
147
|
+
## [0.1.29](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.29) (2025-12-15)
|
|
148
|
+
|
|
149
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.28...0.1.29)
|
|
150
|
+
|
|
151
|
+
## [0.1.28](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.28) (2025-12-15)
|
|
152
|
+
|
|
153
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.27...0.1.28)
|
|
154
|
+
|
|
155
|
+
## [0.1.27](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.27) (2025-12-15)
|
|
156
|
+
|
|
157
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.26...0.1.27)
|
|
158
|
+
|
|
159
|
+
## [0.1.26](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.26) (2025-12-15)
|
|
160
|
+
|
|
161
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.25...0.1.26)
|
|
162
|
+
|
|
163
|
+
## [0.1.25](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.25) (2025-12-14)
|
|
164
|
+
|
|
165
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.24...0.1.25)
|
|
166
|
+
|
|
167
|
+
## [0.1.24](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.24) (2025-12-14)
|
|
168
|
+
|
|
169
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.23...0.1.24)
|
|
170
|
+
|
|
171
|
+
## [0.1.23](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.23) (2025-12-14)
|
|
172
|
+
|
|
173
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.22...0.1.23)
|
|
174
|
+
|
|
175
|
+
## [0.1.22](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.22) (2025-12-14)
|
|
176
|
+
|
|
177
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.21...0.1.22)
|
|
178
|
+
|
|
179
|
+
## [0.1.21](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.21) (2025-12-14)
|
|
180
|
+
|
|
181
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.20...0.1.21)
|
|
182
|
+
|
|
183
|
+
## [0.1.20](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.20) (2025-12-13)
|
|
184
|
+
|
|
185
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.19...0.1.20)
|
|
186
|
+
|
|
187
|
+
## [0.1.19](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.19) (2025-12-13)
|
|
188
|
+
|
|
189
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.18...0.1.19)
|
|
190
|
+
|
|
191
|
+
## [0.1.18](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.18) (2025-12-13)
|
|
192
|
+
|
|
193
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.17...0.1.18)
|
|
194
|
+
|
|
195
|
+
## [0.1.17](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.17) (2025-12-13)
|
|
196
|
+
|
|
197
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.16...0.1.17)
|
|
198
|
+
|
|
199
|
+
## [0.1.16](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.16) (2025-12-13)
|
|
200
|
+
|
|
201
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.15...0.1.16)
|
|
202
|
+
|
|
203
|
+
## [0.1.15](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.15) (2025-12-13)
|
|
204
|
+
|
|
205
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.14...0.1.15)
|
|
206
|
+
|
|
207
|
+
## [0.1.14](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.14) (2025-12-13)
|
|
208
|
+
|
|
209
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.13...0.1.14)
|
|
210
|
+
|
|
211
|
+
## [0.1.13](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.13) (2025-12-13)
|
|
212
|
+
|
|
213
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.12...0.1.13)
|
|
214
|
+
|
|
215
|
+
## [0.1.12](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.12) (2025-12-12)
|
|
216
|
+
|
|
217
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.11...0.1.12)
|
|
218
|
+
|
|
219
|
+
## [0.1.11](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.11) (2025-12-12)
|
|
220
|
+
|
|
221
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.10...0.1.11)
|
|
222
|
+
|
|
223
|
+
## [0.1.10](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.10) (2025-12-12)
|
|
224
|
+
|
|
225
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.9...0.1.10)
|
|
226
|
+
|
|
227
|
+
## [0.1.9](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.9) (2025-12-12)
|
|
228
|
+
|
|
229
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.8...0.1.9)
|
|
230
|
+
|
|
231
|
+
## [0.1.8](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.8) (2025-12-12)
|
|
232
|
+
|
|
233
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.5...0.1.8)
|
|
234
|
+
|
|
235
|
+
## [0.1.5](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.5) (2025-12-12)
|
|
236
|
+
|
|
237
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.4...0.1.5)
|
|
238
|
+
|
|
239
|
+
## [0.1.4](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.4) (2025-12-12)
|
|
240
|
+
|
|
241
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.3...0.1.4)
|
|
242
|
+
|
|
243
|
+
## [0.1.3](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.3) (2025-12-12)
|
|
244
|
+
|
|
245
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0.1.1...0.1.3)
|
|
246
|
+
|
|
247
|
+
## [0.1.1](https://github.com/DrKJeff16/vim-eof-comment/tree/0.1.1) (2025-12-12)
|
|
248
|
+
|
|
249
|
+
[Full Changelog](https://github.com/DrKJeff16/vim-eof-comment/compare/0596121d44549903664b1df2f0fa78e9a944e687...0.1.1)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
|
254
|
+
|
|
255
|
+
<!-- vim: set ts=2 sts=2 sw=2 et ai si sta: -->
|
|
@@ -1,27 +1,26 @@
|
|
|
1
|
-
.PHONY: all help lint build local-install
|
|
1
|
+
.PHONY: all help lint build local-install clean run-script docs
|
|
2
2
|
|
|
3
|
-
all:
|
|
4
|
-
@$(MAKE) clean
|
|
3
|
+
all: clean
|
|
5
4
|
@$(MAKE) local-install
|
|
6
5
|
@$(MAKE) run-script
|
|
7
6
|
|
|
8
7
|
clean:
|
|
9
8
|
@echo "Cleaning..."
|
|
10
9
|
@rm -rf build dist *.egg-info
|
|
11
|
-
@echo -e "
|
|
10
|
+
@echo -e "Done!"
|
|
12
11
|
|
|
13
12
|
distclean: clean
|
|
14
13
|
@echo "Cleaning Everything..."
|
|
15
14
|
@rm -rf .mypy_cache .ropeproject .pytest_cache
|
|
16
|
-
@echo -e "
|
|
15
|
+
@echo -e "Done!"
|
|
17
16
|
|
|
18
17
|
docs:
|
|
19
|
-
@echo -e "Generating docs
|
|
18
|
+
@echo -e "Generating docs..."
|
|
20
19
|
@$(MAKE) -C docs html
|
|
21
|
-
@echo -e "
|
|
20
|
+
@echo -e "Done!"
|
|
22
21
|
|
|
23
22
|
help:
|
|
24
|
-
@echo -e "
|
|
23
|
+
@echo -e "Available targets:\n"
|
|
25
24
|
@echo " build"
|
|
26
25
|
@echo " clean"
|
|
27
26
|
@echo " distclean"
|
|
@@ -30,13 +29,11 @@ help:
|
|
|
30
29
|
@echo " lint"
|
|
31
30
|
@echo " local-install"
|
|
32
31
|
@echo " run-script"
|
|
33
|
-
@echo " sign"
|
|
34
32
|
@echo " stubs"
|
|
35
|
-
@echo " upload"
|
|
36
33
|
@echo
|
|
37
34
|
|
|
38
35
|
lint:
|
|
39
|
-
@echo
|
|
36
|
+
@echo "Linting..."
|
|
40
37
|
@flake8 --statistics --show-source --color=always --max-line-length=100 --ignore=D401 \
|
|
41
38
|
--per-file-ignores=__init__.py:F401 \
|
|
42
39
|
--exclude .tox,.git,*staticfiles*,build,locale,docs,tools,venv,.venv,*migrations*,*.pyc,*.pyi,__pycache__,test_*.py \
|
|
@@ -45,42 +42,30 @@ lint:
|
|
|
45
42
|
@autopep8 --aggressive --aggressive --aggressive --in-place --recursive vim_eof_comment
|
|
46
43
|
$(eval files := $(shell fd --full-path vim_eof_comment -e py))
|
|
47
44
|
@numpydoc lint $(files)
|
|
48
|
-
@echo
|
|
45
|
+
@echo "Done!"
|
|
49
46
|
|
|
50
47
|
stubs: lint
|
|
51
|
-
@echo
|
|
48
|
+
@echo "Generating stubs..."
|
|
52
49
|
@stubgen --include-docstrings --include-private -v -p vim_eof_comment -o .
|
|
53
|
-
@echo -e "
|
|
54
|
-
@echo -e "\nRunning isort...\n"
|
|
50
|
+
@echo -e "Done!\nRunning isort..."
|
|
55
51
|
@isort vim_eof_comment
|
|
56
|
-
@echo -e "
|
|
57
|
-
@echo -e "\nLinting with mypy...\n"
|
|
52
|
+
@echo -e "Done!\nLinting with mypy..."
|
|
58
53
|
@mypy vim_eof_comment
|
|
59
|
-
@echo -e "
|
|
54
|
+
@echo -e "Done!"
|
|
60
55
|
|
|
61
56
|
build: stubs
|
|
62
|
-
@echo -e "Building
|
|
57
|
+
@echo -e "Building..."
|
|
63
58
|
@python3 -m build
|
|
64
|
-
@echo -e "
|
|
65
|
-
|
|
66
|
-
sign: build
|
|
67
|
-
@echo -e "Signing build...\n"
|
|
68
|
-
@pypi-attestations sign dist/*
|
|
69
|
-
@echo -e "\nDone!"
|
|
59
|
+
@echo -e "Done!"
|
|
70
60
|
|
|
71
61
|
local-install: build
|
|
72
|
-
@echo -e "Installing locally
|
|
62
|
+
@echo -e "Installing locally..."
|
|
73
63
|
@python3 -m pip install .
|
|
74
|
-
@echo -e "
|
|
64
|
+
@echo -e "Done!"
|
|
75
65
|
|
|
76
66
|
run-script:
|
|
77
|
-
@echo -e "Running vim-eof-comment
|
|
78
|
-
@vim-eof-comment -e py,pyi,Makefile -
|
|
79
|
-
@echo -e "
|
|
80
|
-
|
|
81
|
-
upload: sign
|
|
82
|
-
@echo -e "Uploading to PyPI...\n"
|
|
83
|
-
@twine upload dist/*
|
|
84
|
-
@echo -e "\nDone!"
|
|
67
|
+
@echo -e "Running vim-eof-comment..."
|
|
68
|
+
@vim-eof-comment -e py,pyi,Makefile,md -nv .
|
|
69
|
+
@echo -e "Done!"
|
|
85
70
|
|
|
86
71
|
# vim: set ts=4 sts=4 sw=0 noet ai si sta:
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vim-eof-comment
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.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>
|
|
7
7
|
License-Expression: GPL-2.0-only
|
|
8
8
|
Project-URL: Download, https://github.com/DrKJeff16/vim-eof-comment/releases/latest
|
|
9
|
+
Project-URL: Funding, https://github.com/sponsors/DrKJeff16
|
|
9
10
|
Project-URL: Issues, https://github.com/DrKJeff16/vim-eof-comment/issues
|
|
10
11
|
Project-URL: Repository, https://github.com/DrKJeff16/vim-eof-comment
|
|
11
12
|
Keywords: eof comments,eof,files,preprocessing,text,vim modeline,vim,vim-eof
|
|
@@ -20,6 +21,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
21
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
22
23
|
Classifier: Programming Language :: Python :: 3.13
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
23
25
|
Classifier: Programming Language :: Python
|
|
24
26
|
Classifier: Topic :: Text Processing :: Filters
|
|
25
27
|
Classifier: Topic :: Utilities
|
|
@@ -30,8 +32,6 @@ License-File: LICENSE
|
|
|
30
32
|
Requires-Dist: argcomplete
|
|
31
33
|
Requires-Dist: argparse
|
|
32
34
|
Requires-Dist: colorama
|
|
33
|
-
Requires-Dist: setuptools
|
|
34
|
-
Requires-Dist: wheel
|
|
35
35
|
Dynamic: license-file
|
|
36
36
|
|
|
37
37
|
# vim-eof-comment
|
|
@@ -16,12 +16,13 @@ classifiers = [
|
|
|
16
16
|
"Programming Language :: Python :: 3.11",
|
|
17
17
|
"Programming Language :: Python :: 3.12",
|
|
18
18
|
"Programming Language :: Python :: 3.13",
|
|
19
|
+
"Programming Language :: Python :: 3.14",
|
|
19
20
|
"Programming Language :: Python",
|
|
20
21
|
"Topic :: Text Processing :: Filters",
|
|
21
22
|
"Topic :: Utilities",
|
|
22
23
|
"Typing :: Typed",
|
|
23
24
|
]
|
|
24
|
-
dependencies = ["argcomplete", "argparse", "colorama"
|
|
25
|
+
dependencies = ["argcomplete", "argparse", "colorama"]
|
|
25
26
|
description = "Adds Vim EOF modeline comments for given filetypes in given directories"
|
|
26
27
|
keywords = [
|
|
27
28
|
"eof comments",
|
|
@@ -39,13 +40,14 @@ maintainers = [{ name = "Guennadi Maximov C", email = "g.maxc.fox@protonmail.com
|
|
|
39
40
|
name = "vim-eof-comment"
|
|
40
41
|
readme = "README.md"
|
|
41
42
|
requires-python = ">=3.10"
|
|
42
|
-
version = "0.
|
|
43
|
+
version = "0.5.2"
|
|
43
44
|
|
|
44
45
|
[project.scripts]
|
|
45
46
|
vim-eof-comment = "vim_eof_comment.eof:main"
|
|
46
47
|
|
|
47
48
|
[project.urls]
|
|
48
49
|
Download = "https://github.com/DrKJeff16/vim-eof-comment/releases/latest"
|
|
50
|
+
Funding = "https://github.com/sponsors/DrKJeff16"
|
|
49
51
|
Issues = "https://github.com/DrKJeff16/vim-eof-comment/issues"
|
|
50
52
|
Repository = "https://github.com/DrKJeff16/vim-eof-comment"
|
|
51
53
|
|
|
@@ -62,6 +64,7 @@ exclude = [
|
|
|
62
64
|
'__dict__$',
|
|
63
65
|
'__eq__$',
|
|
64
66
|
'__init__$',
|
|
67
|
+
'__ne__$',
|
|
65
68
|
'__repr__$',
|
|
66
69
|
'__str__$',
|
|
67
70
|
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.5.2
|
|
@@ -5,7 +5,7 @@ Argument parsing completion utilities for ``vim-eof-comment``.
|
|
|
5
5
|
|
|
6
6
|
Copyright (c) 2025 Guennadi Maximov C. All Rights Reserved.
|
|
7
7
|
"""
|
|
8
|
-
__all__ = ["complete_parser"]
|
|
8
|
+
__all__ = ["complete_parser", "complete_validator"]
|
|
9
9
|
|
|
10
10
|
from argparse import ArgumentParser
|
|
11
11
|
from typing import List, NoReturn
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
from argparse import ArgumentParser
|
|
2
|
+
from typing import NoReturn
|
|
3
|
+
|
|
4
|
+
__all__ = ['complete_parser', 'complete_validator']
|
|
5
|
+
|
|
6
|
+
def complete_validator(completion_candidate: list[str], current_input: str) -> bool:
|
|
7
|
+
"""
|
|
8
|
+
Complete non-prefix substring matches.
|
|
9
|
+
|
|
10
|
+
Parameters
|
|
11
|
+
----------
|
|
12
|
+
completion_candidate : List[str]
|
|
13
|
+
All the completion candidates.
|
|
14
|
+
current_input : str
|
|
15
|
+
The current input string.
|
|
16
|
+
|
|
17
|
+
Returns
|
|
18
|
+
-------
|
|
19
|
+
bool
|
|
20
|
+
Whether the current input fits the completion candidates pool.
|
|
21
|
+
"""
|
|
22
|
+
def complete_parser(parser: ArgumentParser, **kwargs) -> NoReturn:
|
|
23
|
+
"""
|
|
24
|
+
Complete the script argument parser.
|
|
25
|
+
|
|
26
|
+
Parameters
|
|
27
|
+
----------
|
|
28
|
+
parser : argparse.ArgumentParser
|
|
29
|
+
The ``ArgumentParser`` object.
|
|
30
|
+
**kwargs
|
|
31
|
+
Extra parameters to be passed to ``argcomplete.autocomplete()``.
|
|
32
|
+
"""
|
|
33
|
+
|
|
34
|
+
# vim: set ts=4 sts=4 sw=4 et ai si sta:
|
|
@@ -17,7 +17,7 @@ from ..util import die
|
|
|
17
17
|
from .completion import complete_parser
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
def gen_parser_specs(*specs) ->
|
|
20
|
+
def gen_parser_specs(*specs) -> List[ParserSpec]:
|
|
21
21
|
"""
|
|
22
22
|
Generate a ``ParserSpec`` object.
|
|
23
23
|
|
|
@@ -28,13 +28,13 @@ def gen_parser_specs(*specs) -> Tuple[ParserSpec]:
|
|
|
28
28
|
|
|
29
29
|
Returns
|
|
30
30
|
-------
|
|
31
|
-
|
|
32
|
-
The converted dictionaries inside a
|
|
31
|
+
List[ParserSpec]
|
|
32
|
+
The converted dictionaries inside a list.
|
|
33
33
|
"""
|
|
34
|
-
return
|
|
34
|
+
return [ParserSpec(**d) for d in [*specs]]
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
def bootstrap_args(parser: ArgumentParser, specs:
|
|
37
|
+
def bootstrap_args(parser: ArgumentParser, specs: List[ParserSpec]) -> Namespace:
|
|
38
38
|
"""
|
|
39
39
|
Bootstrap the program arguments.
|
|
40
40
|
|
|
@@ -92,7 +92,7 @@ def arg_parser_init(prog: str = "vim-eof-comment") -> Tuple[ArgumentParser, Name
|
|
|
92
92
|
add_help=True,
|
|
93
93
|
allow_abbrev=True
|
|
94
94
|
)
|
|
95
|
-
spec:
|
|
95
|
+
spec: List[ParserSpec] = gen_parser_specs(
|
|
96
96
|
{
|
|
97
97
|
"opts": ["directories"],
|
|
98
98
|
"kwargs": {
|
|
@@ -4,7 +4,7 @@ from ..types import IndentHandler, ParserSpec
|
|
|
4
4
|
|
|
5
5
|
__all__ = ['gen_parser_specs', 'bootstrap_args', 'arg_parser_init', 'indent_handler']
|
|
6
6
|
|
|
7
|
-
def gen_parser_specs(*specs) ->
|
|
7
|
+
def gen_parser_specs(*specs) -> list[ParserSpec]:
|
|
8
8
|
"""
|
|
9
9
|
Generate a ``ParserSpec`` object.
|
|
10
10
|
|
|
@@ -15,10 +15,10 @@ def gen_parser_specs(*specs) -> tuple[ParserSpec]:
|
|
|
15
15
|
|
|
16
16
|
Returns
|
|
17
17
|
-------
|
|
18
|
-
|
|
19
|
-
The converted dictionaries inside a
|
|
18
|
+
List[ParserSpec]
|
|
19
|
+
The converted dictionaries inside a list.
|
|
20
20
|
"""
|
|
21
|
-
def bootstrap_args(parser: ArgumentParser, specs:
|
|
21
|
+
def bootstrap_args(parser: ArgumentParser, specs: list[ParserSpec]) -> Namespace:
|
|
22
22
|
"""
|
|
23
23
|
Bootstrap the program arguments.
|
|
24
24
|
|
|
@@ -5,7 +5,13 @@ Per-filetype modeline comment class.
|
|
|
5
5
|
|
|
6
6
|
Copyright (c) 2025 Guennadi Maximov C. All Rights Reserved.
|
|
7
7
|
"""
|
|
8
|
-
__all__ = [
|
|
8
|
+
__all__ = [
|
|
9
|
+
"Comments",
|
|
10
|
+
"export_json",
|
|
11
|
+
"generate_list_items",
|
|
12
|
+
"import_json",
|
|
13
|
+
"list_filetypes",
|
|
14
|
+
]
|
|
9
15
|
|
|
10
16
|
import json
|
|
11
17
|
import os
|
|
@@ -22,7 +28,6 @@ from ..util import die
|
|
|
22
28
|
COMMENT_STR: str = "vim: set ts={ts} sts={sts} sw={sw} {et} ai si sta:"
|
|
23
29
|
|
|
24
30
|
_JSON_FILE: str = realpath("./vim_eof_comment/comments/filetypes.json")
|
|
25
|
-
|
|
26
31
|
_BLUE: int = Fore.BLUE
|
|
27
32
|
_YELLOW: int = Fore.YELLOW
|
|
28
33
|
_CYAN: int = Fore.CYAN
|
|
@@ -88,6 +93,7 @@ class Comments():
|
|
|
88
93
|
__is_available(lang)
|
|
89
94
|
__fill_langs(langs)
|
|
90
95
|
get_defaults()
|
|
96
|
+
get_ft()
|
|
91
97
|
"""
|
|
92
98
|
|
|
93
99
|
__DEFAULT: Dict[str, IndentMap] = _DEFAULT.copy()
|
|
@@ -108,7 +114,7 @@ class Comments():
|
|
|
108
114
|
self.langs = self.__DEFAULT.copy()
|
|
109
115
|
return
|
|
110
116
|
|
|
111
|
-
langs = dict()
|
|
117
|
+
langs: Dict[str, IndentMap] = dict()
|
|
112
118
|
for lang, mapping in mappings.items():
|
|
113
119
|
if not (self.__is_available(lang)) or len(mapping) == 0:
|
|
114
120
|
continue
|
|
@@ -117,7 +123,7 @@ class Comments():
|
|
|
117
123
|
if len(mapping) > 1:
|
|
118
124
|
expandtab = mapping["expandtab"]
|
|
119
125
|
|
|
120
|
-
langs[lang] =
|
|
126
|
+
langs[lang] = IndentMap(level=indent, expandtab=expandtab)
|
|
121
127
|
|
|
122
128
|
self.__fill_langs(langs)
|
|
123
129
|
|
|
@@ -2,7 +2,7 @@ from typing import Iterator, NoReturn
|
|
|
2
2
|
|
|
3
3
|
from ..types import IndentMap
|
|
4
4
|
|
|
5
|
-
__all__ = ['Comments', 'export_json', 'import_json', 'list_filetypes']
|
|
5
|
+
__all__ = ['Comments', 'export_json', 'generate_list_items', 'import_json', 'list_filetypes']
|
|
6
6
|
|
|
7
7
|
def import_json() -> tuple[dict[str, str], dict[str, IndentMap]]:
|
|
8
8
|
"""
|
|
@@ -41,6 +41,7 @@ class Comments:
|
|
|
41
41
|
__is_available(lang)
|
|
42
42
|
__fill_langs(langs)
|
|
43
43
|
get_defaults()
|
|
44
|
+
get_ft()
|
|
44
45
|
"""
|
|
45
46
|
__DEFAULT: dict[str, IndentMap]
|
|
46
47
|
__formats: dict[str, str]
|
|
@@ -113,6 +114,24 @@ class Comments:
|
|
|
113
114
|
Either the file extension string, or if not available then ``None``.
|
|
114
115
|
"""
|
|
115
116
|
|
|
117
|
+
def generate_list_items(ft: str, level: int, expandtab: str) -> str:
|
|
118
|
+
'''
|
|
119
|
+
Generate a colored string for filetypes listing.
|
|
120
|
+
|
|
121
|
+
Parameters
|
|
122
|
+
----------
|
|
123
|
+
ft : str
|
|
124
|
+
The filetype item in question.
|
|
125
|
+
level : int
|
|
126
|
+
Indent size.
|
|
127
|
+
expandtab : str
|
|
128
|
+
Either ``"Yes"`` or ``"No"``.
|
|
129
|
+
|
|
130
|
+
Returns
|
|
131
|
+
-------
|
|
132
|
+
str
|
|
133
|
+
The generated string.
|
|
134
|
+
'''
|
|
116
135
|
def list_filetypes() -> NoReturn:
|
|
117
136
|
"""List all available filetypes."""
|
|
118
137
|
def export_json() -> NoReturn:
|