splunk / addonfactory-solutions-library-python

SDK for Developing Solutions in Splunk Enterprise with Python
https://splunk.github.io/addonfactory-solutions-library-python/
Apache License 2.0
17 stars 7 forks source link

ci: fix ubuntu version to 22.04 #399

Closed dvarasani-crest closed 2 weeks ago

dvarasani-crest commented 2 weeks ago

This PR sets ubuntu version to 22.04 for scripts run with python 3.7. Reference: ADDON-75861

Python version for pre-commit can not be updated to latest version due to open issue with the docformatter hook. Reference: https://github.com/PyCQA/docformatter/issues/289, https://github.com/PyCQA/docformatter/issues/293