Updated pylint version to 2.13.0

This commit is contained in:
Alec Delaney 2022-11-04 00:46:59 -04:00
parent 86dcd75174
commit b4c3c003ba

View file

@ -18,7 +18,7 @@ repos:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/pycqa/pylint - repo: https://github.com/pycqa/pylint
rev: v2.11.1 rev: v2.13.0
hooks: hooks:
- id: pylint - id: pylint
name: pylint (library code) name: pylint (library code)