Skip to content

Commit

Permalink
Add retry on timeout for get cases
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Sep 14, 2023
1 parent 0d24ef4 commit 85f7cdb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
[tool.black]
line-length = 120

[tool.flake8]
max-line-length = 120
extend-ignore = """
Q000,
WPS306,
I001,
I005,
WPS229,
D400,
WPS317,
S101,
WPS507
"""

[tool.pylint]
max-line-length = 120

0 comments on commit 85f7cdb

Please sign in to comment.