Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Jul 21, 2020
1 parent 9b40b48 commit 744eecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
select = ANN,B,B9,BLK,C,D,DAR,E,F,RST,S,W
select = B,B9,C,D,DAR,E,F,N,RST,S,W
ignore = E203,E501,W503
max-line-length = 80
max-complexity = 10
Expand Down

0 comments on commit 744eecf

Please sign in to comment.