File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
src/main/resources/com/leinardi/pycharm/mypy Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ patchPluginXml {
87
87
sinceBuild project. property(' sinceBuild' )
88
88
untilBuild project. property(' untilBuild' )
89
89
pluginDescription props. getProperty(' plugin.Mypy-PyCharm.description' )
90
- changeNotes getChangelogHtml()
91
90
}
92
91
93
92
publishPlugin {
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- version =0.12.0-alpha1
16
+ version =0.12.0-alpha2
17
17
ideVersion =PC-2021.2.3
18
18
pythonPlugin =PythonCore:212.5457.59
19
- sinceBuild =181.5684
19
+ sinceBuild =192.7142.36
20
20
untilBuild =
21
21
downloadIdeaSources =true
22
22
publishUsername =leinardi
Original file line number Diff line number Diff line change @@ -42,8 +42,10 @@ plugin.status.in-progress.no-file=No file is open for editing
42
42
plugin.status.in-progress.no-module =The current file being edited does not belong to a module
43
43
plugin.status.in-progress.project =Scanning current project...
44
44
plugin.status.aborted =Check was aborted
45
- plugin.Mypy-PyCharm.description =<p>This plugin provides both real-time \
46
- and on-demand scanning of Python files with Mypy from within the PyCharm IDE.</p>
45
+ plugin.Mypy-PyCharm.description =\
46
+ <p>Experimental fork of the original Mypy plugin by Roberto Leinardi with various improvements.</p>\
47
+ <p>This plugin provides both real-time and on-demand scanning of Python files with the Mypy type checker from \
48
+ within the PyCharm and IntelliJ IDEs.</p>
47
49
plugin.notification.alerts =Mypy Alerts
48
50
plugin.notification.logging =Mypy Logging
49
51
plugin.notification.unable-to-run-mypy.subtitle =Unable to run Mypy
You can’t perform that action at this time.
0 commit comments