소스 검색

Initialize variable for flake8

pull/603/head
Dave Machado 6 년 전
부모
커밋
e53982f9d1
No known key found for this signature in database GPG 키 ID: 948D4778D01A7B3F
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      build/validate_format.py

+ 1
- 0
build/validate_format.py 파일 보기

@@ -58,6 +58,7 @@ def check_format(filename):

# START Check Entries
num_in_category = min_entries_per_section + 1
category_line = 0
anchor_re = re.compile('###\s\S+')
for line_num, line in enumerate(lines):
# check each section for the minimum number of entries


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