mirror of
https://github.com/certbot/certbot.git
synced 2026-05-25 02:48:54 -04:00
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 ." |
||
|---|---|---|
| .. | ||
| apache-conf-files | ||
| testdata | ||
| augeasnode_test.py | ||
| autohsts_test.py | ||
| centos_test.py | ||
| complex_parsing_test.py | ||
| configurator_reverter_test.py | ||
| configurator_test.py | ||
| debian_test.py | ||
| display_ops_test.py | ||
| dualnode_test.py | ||
| entrypoint_test.py | ||
| fedora_test.py | ||
| gentoo_test.py | ||
| http_01_test.py | ||
| obj_test.py | ||
| parser_test.py | ||
| parsernode_configurator_test.py | ||
| parsernode_test.py | ||
| parsernode_util_test.py | ||
| util.py | ||