Skip to content

Commit a343e56

Browse files
author
Frankie Robertson
committed
Update flake8 config
1 parent 629e3da commit a343e56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
description-file = README.md
33

44
[flake8]
5-
ignore = E741, W503, E501, E203, E722
5+
select = C,E,F,W,B,B950
6+
ignore = E741, W503, E501, E203, E722, E231, E402
67
max-line-length = 88
78
exclude =
89
workflow/

0 commit comments

Comments
 (0)