소스 검색

chore: useless flake8 warnings

version-14
Ankush Menat 3 년 전
부모
커밋
f7e00633b9
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      .flake8

+ 4
- 0
.flake8 파일 보기

@@ -28,6 +28,10 @@ ignore =
B007,
B950,
W191,
E124, # closing bracket, irritating while writing QB code
E131, # continuation line unaligned for hanging indent
E123, # closing bracket does not match indentation of opening bracket's line
E101, # ensured by use of black

max-line-length = 200
exclude=.github/helper/semgrep_rules

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