designate/contrib/designate-ext-samplehandler
Erik Olof Gunnar Andersson 68fc28527a pyupgrade changes for Python3.8+
Result of running

$ pyupgrade --py38-plus $(git ls-files | grep ".py$")

This was inspired by Nova [1] and Octavia [2]

Fixed PEP8 errors introduced by pyupgrade by running:

$ autopep8 --select=E127,E128,E501 --max-line-length 79 -r \
  --in-place designate

and manual updates.

[1]: https://review.opendev.org/c/openstack/nova/+/896986
[2]: https://review.opendev.org/c/openstack/octavia/+/899263

Change-Id: Idfa757d7ba238012db116fdb3e98cc7c5ff4b169
2023-11-03 11:19:07 +00:00
..
designate_ext_samplehandler pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
.gitignore Update .gitignore 2017-12-01 13:20:38 +07:00
MANIFEST.in Add the handler plugin example to the contrib folder 2014-02-22 12:08:45 +00:00
README.rst Grammar mistakes have been corrected 2015-08-22 21:32:18 +05:30
requirements.txt Remove non-functional contrib code 2023-08-27 04:10:49 -07:00
setup.cfg Remove non-functional contrib code 2023-08-27 04:10:49 -07:00
setup.py Fix python shebang 2023-10-24 09:44:11 +09:00
test-requirements.txt Remove explicit lockdown of flake8 2017-10-24 14:39:40 +02:00

README.rst

Sample Designate Notification Handler Extension

This repo provides a sample plugin for a custom notification handler.