Skip to content

Commit ff24bd4

Browse files
committedMay 5, 2022
black: update flake8 to the black's recommendations
1 parent 6daa428 commit ff24bd4

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed
 

‎.flake8

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
[flake8]
22
max-line-length = 88
3-
max-complexity = 10
4-
5-
# We use tabs, not spaces
6-
use-flake8-tabs = true
7-
8-
# continuation lines should be aligned
9-
continuation-style = aligned
10-
11-
# Final bracket should match indentation of the start of the line of the opening bracket
12-
hang-closing = False
13-
14-
ignore =
15-
W191, # indentation contains tabs
3+
select = C,E,F,W,B,B950
4+
extend-ignore = E203, E501
165

176
exclude = # don't bother looking in the following subdirectories / files.
187
.git,

0 commit comments

Comments
 (0)
Please sign in to comment.