Browse Source

Fix flake8 ignore option.

pull/495/merge
William Ting 7 years ago
parent
commit
965296f6b2
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      .pre-commit-config.yaml

+ 1
- 3
.pre-commit-config.yaml View File

@ -32,9 +32,7 @@ repos:
args:
- --max-complexity=10
- --max-line-length=131
- --ignore=E126
- --ignore=E128
- --ignore=E731
- --ignore=E402,E731
- --exclude=bin/autojump_argparse.py
- id: name-tests-test
language_version: python2

Loading…
Cancel
Save