Skip to content

Commit 3402e23

Browse files
authored
Merge pull request #5 from taskiq-python/issue-4
Added redis broker.
2 parents 6ea7b21 + 5fa2ef6 commit 3402e23

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)