Skip to content

Commit 8ffaf2e

Browse files
committed
Bump minimum IntelliJ version & update fork description
According to IntelliJ Plugin Verifier.
1 parent cb8ab28 commit 8ffaf2e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ patchPluginXml {
8787
sinceBuild project.property('sinceBuild')
8888
untilBuild project.property('untilBuild')
8989
pluginDescription props.getProperty('plugin.Mypy-PyCharm.description')
90-
changeNotes getChangelogHtml()
9190
}
9291

9392
publishPlugin {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
version=0.12.0-alpha1
16+
version=0.12.0-alpha2
1717
ideVersion=PC-2021.2.3
1818
pythonPlugin=PythonCore:212.5457.59
19-
sinceBuild=181.5684
19+
sinceBuild=192.7142.36
2020
untilBuild=
2121
downloadIdeaSources=true
2222
publishUsername=leinardi

src/main/resources/com/leinardi/pycharm/mypy/MypyBundle.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ plugin.status.in-progress.no-file=No file is open for editing
4242
plugin.status.in-progress.no-module=The current file being edited does not belong to a module
4343
plugin.status.in-progress.project=Scanning current project...
4444
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>
4749
plugin.notification.alerts=Mypy Alerts
4850
plugin.notification.logging=Mypy Logging
4951
plugin.notification.unable-to-run-mypy.subtitle=Unable to run Mypy

0 commit comments

Comments
 (0)