mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-23 23:56:44 +01:00
Update pylint in pre-commit to fix CI (#2018)
This commit is contained in:
parent
ff4bb15fef
commit
fd0325fbe5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ repos:
|
|||
hooks:
|
||||
- id: flake8
|
||||
- repo: git://github.com/pre-commit/mirrors-pylint
|
||||
rev: 9d8dcbc2b86c796275680f239c1e90dcd50bd398
|
||||
rev: v2.5.3
|
||||
hooks:
|
||||
- id: pylint
|
||||
files: ^telegram/.*\.py$
|
||||
|
|
Loading…
Reference in a new issue