소스 검색

Use the same line length settings for autopep8 and flake8.

pull/430/head
William Ting 8 년 전
부모
커밋
dc9e11e7d5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      .pre-commit-config.yaml

+ 2
- 1
.pre-commit-config.yaml 파일 보기

@ -6,6 +6,7 @@
- --in-place
- --aggressive
- --aggressive
- --max-line-length=131
- id: check-added-large-files
- id: check-ast
- id: check-case-conflict
@ -17,7 +18,7 @@
- id: flake8
args:
- --max-complexity=10
- --max-line-length=130
- --max-line-length=131
- --ignore=E126,E128,E731
- --exclude=bin/autojump_argparse.py
- id: requirements-txt-fixer

불러오는 중...
취소
저장