Skip to content

Commit

Permalink
Reformatted per pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Delaney committed Aug 25, 2022
1 parent 66148d1 commit 8e80e02
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions adabot/lib/circuitpython_library_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,18 @@
ERROR_ONLY_ALLOW_MERGES = "Only allow merges, disallow rebase and squash"
ERROR_RTD_SUBPROJECT_MISSING = "ReadTheDocs missing as a subproject on CircuitPython"
ERROR_RTD_ADABOT_MISSING = "ReadTheDocs project missing adabot as owner"
ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS = "Failed to load RTD build status (General error)"
ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_GH_NONLIMITED = "Failed to load RTD build status (GitHub error)"
ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_RTD_NONLIMITED = "Failed to load RTD build status (RTD error)"
ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_RTD_UNEXPECTED_RETURN = "Failed to load RTD build status (Unknown error)"
ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS = (
"Failed to load RTD build status (General error)"
)
ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_GH_NONLIMITED = (
"Failed to load RTD build status (GitHub error)"
)
ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_RTD_NONLIMITED = (
"Failed to load RTD build status (RTD error)"
)
ERROR_RTD_FAILED_TO_LOAD_BUILD_STATUS_RTD_UNEXPECTED_RETURN = (
"Failed to load RTD build status (Unknown error)"
)
ERROR_RTD_SUBPROJECT_FAILED = "Failed to list CircuitPython subprojects on ReadTheDocs"
ERROR_RTD_OUTPUT_HAS_WARNINGS = "ReadTheDocs latest build has warnings and/or errors"
ERROR_GITHUB_NO_RELEASE = "Library repository has no releases"
Expand Down

0 comments on commit 8e80e02

Please sign in to comment.