mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Under Python 3.11 some linters have failed to execute due to deprecated items. Increasing or setting specific allow the linters to succeed with Python's lates version.
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
-r requirements-tests.txt
|
|
ipdb==0.13.4
|
|
pre-commit
|
|
flake8==4.0.1
|
|
flake8-bugbear==22.10.27
|
|
pylint==2.13.7
|
|
wrapt >= 1.14.0
|
|
pydocstyle==6.0.0
|
|
yamllint==1.26.3
|
|
ansible-lint==5.3.2
|