Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix_1332
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldinnie committed Feb 28, 2019
2 parents 6887659 + df813c4 commit 6648fc3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
repos:
- repo: git://github.com/python-telegram-bot/mirrors-yapf
sha: master
rev: master
hooks:
- id: yapf
files: ^(telegram|tests)/.*\.py$
args:
- --diff
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v2.0.0
rev: v2.0.0
hooks:
- id: flake8
exclude: ^(setup.py|docs/source/conf.py)$
args:
- --ignore=W605,W503
- repo: git://github.com/pre-commit/mirrors-pylint
sha: v2.2.2
rev: v2.3.0
hooks:
- id: pylint
files: ^telegram/.*\.py$
Expand Down

0 comments on commit 6648fc3

Please sign in to comment.