Skip to content

Commit

Permalink
Merge pull request #141 from laurentS/renovate/black-23.x
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentS committed Mar 30, 2023
2 parents 08867eb + be840b3 commit f2bf93d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appdirs==1.4.3
atomicwrites==1.3.0; sys_platform == "win32"
attrs==19.3.0
black==19.10b0
black==23.3.0
certifi==2022.12.7
chardet==3.0.4
click==7.1.1
Expand Down
46 changes: 30 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ redis = {version = "^3.4.1", optional = true}
[tool.poetry.dev-dependencies]
isort = "^4.3.21"
mypy = "^0.910"
black = "^22.3.0"
black = "^23.0.0"
fastapi = "^0.89.0"
lxml = "^4.9.1"
starlette = "^0.22.0"
Expand Down
1 change: 0 additions & 1 deletion slowapi/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ def __limit_decorator(
cost: Union[int, Callable[..., int]] = 1,
override_defaults: bool = True,
) -> Callable[..., Any]:

_scope = scope if shared else None

def decorator(func: Callable[..., Response]):
Expand Down

0 comments on commit f2bf93d

Please sign in to comment.