Skip to content

Commit

Permalink
Merge PR #642 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by rousseldenis
  • Loading branch information
shopinvader-git-bot committed May 18, 2020
2 parents f4cf7a1 + bb92ffa commit 138c050
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,20 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: debug-statements
- id: fix-encoding-pragma
args: ["--remove"]
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
- id: flake8
name: flake8 except __init__.py
args: [--exclude=__init__.py]
language_version: python2.7
- id: flake8
name: flake8 only __init__.py
args: [--ignore=E501 F401] # ignore imported unused in __init__.py
args: [--extend-ignore=F401] # ignore imported unused in __init__.py
files: __init__.py
language_version: python2.7
- id: fix-encoding-pragma
args: ["--remove"]
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v2.3.1
hooks:
Expand Down

0 comments on commit 138c050

Please sign in to comment.