Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 37b2002

Browse files
author
staticdev
committed
#14 ignore lints
1 parent aa483fc commit 37b2002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[flake8]
22
select = ANN,B,B9,BLK,C,D,DAR,E,F,I,S,W
3-
ignore = E203,E501,W503
3+
ignore = E203,E501,W503,C901,S308
44
max-line-length = 80
55
max-complexity = 10
66
application-import-names = sorting_bootstrap,tests

0 commit comments

Comments
 (0)