mirror of https://github.com/ansible/ansible.git
ansible-test - Update mypy and pylint requirements (#80049)
parent
5e3db6e441
commit
ecf66c6f82
@ -1,2 +1,2 @@
|
|||||||
pylint == 2.16.0 # currently vetted version
|
pylint
|
||||||
pyyaml # needed for collection_detail.py
|
pyyaml # needed for collection_detail.py
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
# edit "sanity.pylint.in" and generate with: hacking/update-sanity-requirements.py --test pylint
|
||||||
astroid==2.14.1
|
astroid==2.14.2
|
||||||
dill==0.3.6
|
dill==0.3.6
|
||||||
isort==5.12.0
|
isort==5.12.0
|
||||||
lazy-object-proxy==1.9.0
|
lazy-object-proxy==1.9.0
|
||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
platformdirs==2.6.2
|
platformdirs==3.0.0
|
||||||
pylint==2.16.0
|
pylint==2.16.2
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
tomlkit==0.11.6
|
tomlkit==0.11.6
|
||||||
typing_extensions==4.4.0
|
typing_extensions==4.5.0
|
||||||
wrapt==1.14.1
|
wrapt==1.14.1
|
||||||
|
|||||||
Loading…
Reference in New Issue