Updated pylint version to 2.13.0

This commit is contained in:
Alec Delaney 2022-11-04 00:47:00 -04:00
parent 76b921b6dd
commit 5d80377ee4

View file

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