mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-23 00:41:59 +01:00
fix pre-commit hooks
This commit is contained in:
parent
f82ceee777
commit
9b66681ee4
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@
|
||||||
args:
|
args:
|
||||||
- --diff
|
- --diff
|
||||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
||||||
sha: v1.2.0
|
sha: v2.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
exclude: ^(setup.py|docs/source/conf.py)$
|
exclude: ^(setup.py|docs/source/conf.py)$
|
||||||
args:
|
args:
|
||||||
- --ignore=W605
|
- --ignore=W605,W503
|
||||||
- repo: git://github.com/pre-commit/mirrors-pylint
|
- repo: git://github.com/pre-commit/mirrors-pylint
|
||||||
sha: v1.7.1
|
sha: v1.7.1
|
||||||
hooks:
|
hooks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue