Skip to content

Commit 5fa2ef6

Browse files
committed
Added redis broker.
1 parent 6ea7b21 commit 5fa2ef6

File tree

4 files changed

+163
-198
lines changed

4 files changed

+163
-198
lines changed

.flake8

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ max-arguments=8
99
max-line-complexity=20
1010

1111
ignore =
12+
; Found too deep nesting
13+
WPS220,
14+
; Found `%` string formatting
15+
WPS323,
1216
; Found `f` string
1317
WPS305,
1418
; Missing docstring in public module

0 commit comments

Comments
 (0)