Skip to content

Commit

Permalink
Update pylint version check reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Nov 8, 2022
1 parent 507d520 commit a5eafdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adabot/lib/circuitpython_library_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def _validate_pre_commit_config_yaml(self, file_info):
errors.append(ERROR_PRE_COMMIT_VERSION)

pylint_repo = "repo: https://github.com/pycqa/pylint"
pylint_version = "rev: v2.11.1"
pylint_version = "rev: v2.15.5"

if pylint_repo not in text or pylint_version not in text:
errors.append(ERROR_PYLINT_VERSION)
Expand Down

0 comments on commit a5eafdb

Please sign in to comment.