From 6dc1549e516cc9ca4e9b2f7beb0e22d1557ac635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 06:32:11 +0000 Subject: [PATCH 1/2] Bump black from 24.10.0 to 25.1.0 Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index b676aa1..e1f8d5a 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ -black==24.10.0 +black==25.1.0 isort==6.0.0 pyright==1.1.393 mypy==1.16.1 From d9b2d037b0cc27496b7b167e39b5c30abd29cf88 Mon Sep 17 00:00:00 2001 From: GoogolGenius <81032623+GoogolGenius@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:30:49 +0000 Subject: [PATCH 2/2] update black --- pyproject.toml | 2 +- ravyapi/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48ef009..d6361d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ python_version = "3.8" strict = true [tool.black] -lineLength = 88 +line-length = 88 [tool.isort] profile = "black" diff --git a/ravyapi/utils.py b/ravyapi/utils.py index 47afbf4..32037d9 100644 --- a/ravyapi/utils.py +++ b/ravyapi/utils.py @@ -83,7 +83,7 @@ def with_permission_check( """ def decorator( - function: _EndpointF[_EndpointP, _EndpointT, _EndpointR] + function: _EndpointF[_EndpointP, _EndpointT, _EndpointR], ) -> _EndpointF[_EndpointP, _EndpointT, _EndpointR]: @wraps(function) async def wrapper(