Skip to content

Commit

Permalink
Merge pull request #312 from tekktrik/dev/update-pylint-version-check
Browse files Browse the repository at this point in the history
Update pylint version check reference
  • Loading branch information
kattni authored Nov 8, 2022
2 parents 2a66cc7 + a5eafdb commit 2f794e4
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 2f794e4

Please sign in to comment.