Merge branch 'dev' into remove-eol-python-versions
This commit is contained in:
Коммит
75b121cf46
|
@ -6,6 +6,10 @@ Unreleased
|
|||
++++++++++
|
||||
* Remove EOL Python versions, namely 3.6 and 3.7.
|
||||
|
||||
0.1.72
|
||||
++++++
|
||||
* Bump `pylint` to 3
|
||||
|
||||
0.1.71
|
||||
++++++
|
||||
* `azdev extension show`: Show detailed extension info that installed in your development environment.
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
# license information.
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
__VERSION__ = '0.1.71'
|
||||
__VERSION__ = '0.1.72'
|
||||
|
|
|
@ -6,11 +6,9 @@
|
|||
import astroid
|
||||
|
||||
from pylint.checkers import BaseChecker
|
||||
from pylint.interfaces import IAstroidChecker
|
||||
|
||||
|
||||
class ShowCommandChecker(BaseChecker):
|
||||
__implements__ = IAstroidChecker
|
||||
|
||||
name = 'show-command'
|
||||
priority = -1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -70,7 +70,7 @@ setup(
|
|||
'gitpython',
|
||||
'jinja2',
|
||||
'knack',
|
||||
'pylint>=2.12,<3',
|
||||
'pylint<4',
|
||||
'pytest-xdist', # depends on pytest-forked
|
||||
'pytest-forked',
|
||||
'pytest>=5.0.0',
|
||||
|
|
Загрузка…
Ссылка в новой задаче