File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 88from typing import Optional , List
99from xml .dom import minidom
1010
11- from pylint .interfaces import IReporter
1211from pylint .lint .pylinter import PyLinter
1312from pylint .message import Message
1413from pylint .reporters .base_reporter import BaseReporter
@@ -84,7 +83,6 @@ class CheckstyleReporter(BaseReporter):
8483 """
8584 Outputs pylint errors in checkstyle format
8685 """
87- __implements__ = IReporter
8886 name = "checkstyle"
8987 extension = "xml"
9088
Original file line number Diff line number Diff line change 1- build == 0.7.0
2- pylint == 2.13.9
3- pytest == 7.0.1
4- twine == 3.8.0
5- typing_extensions == 4.1.1
1+ build == 1.0.3
2+ pylint == 3.0.3
3+ pytest == 7.4.4
4+ twine == 4.0.2
5+ typing_extensions == 4.9.0
66
Original file line number Diff line number Diff line change 11[metadata]
22name = pylint_json2checkstyle
3- version = 0.0.11
3+ version = 0.0.12
44author = Carmen Alvarez
55author_email = carmen@rmen.ca
66description = A Pylint plugin and command line tool to produce Pylint reports in checkstyle format.
@@ -23,6 +23,7 @@ classifiers =
2323 Programming Language :: Python :: 3.9
2424 Programming Language :: Python :: 3.10
2525 Programming Language :: Python :: 3.11
26+ Programming Language :: Python :: 3.12
2627[options]
2728packages = pylint_json2checkstyle
2829python_requires = >=3.6
You can’t perform that action at this time.
0 commit comments