certbot/acme
Brad Warren 1bb09da270
Update and run isort (#9573)
I want to use isort as part of https://github.com/certbot/certbot/issues/9572 because I want to do it programmatically, however, I felt like the config needed to be tweaked a bit due to it not understanding what is and is not our own code.

This PR updates the isort config so it recognizes our own modules and runs `isort .` from the root of the repo to update everything.

* update isort config

* run "isort ."
2023-02-10 10:51:20 -08:00
..
acme Update and run isort (#9573) 2023-02-10 10:51:20 -08:00
docs Bump version to 2.0.0 2022-12-05 07:04:31 -08:00
examples acme: remove Client and BackwardsCompatibleClientV2 (#9356) 2022-09-06 14:36:55 -07:00
tests Update and run isort (#9573) 2023-02-10 10:51:20 -08:00
LICENSE.txt Update Copyright notice in subpackages LICENSE. 2015-10-04 10:10:41 +00:00
MANIFEST.in include py.typed marker files in distribution (#9187) 2022-02-04 18:29:26 +01:00
pytest.ini Fixes #6085. (#6091) 2018-06-12 17:31:22 -07:00
README.rst Fix ACME module description 2015-10-21 17:06:35 -07:00
readthedocs.org.requirements.txt Pin readthedocs deps (#9083) 2021-11-04 20:35:44 +11:00
setup.py Bump version to 2.3.0 2023-01-11 13:21:23 -08:00

ACME protocol implementation in Python