Skip to content

Commit da686cd

Browse files
Bump black from 24.10.0 to 25.1.0 (#415)
* 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](psf/black@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] <support@github.com> * update black --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GoogolGenius <81032623+GoogolGenius@users.noreply.github.com>
1 parent 6daf8e6 commit da686cd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==24.10.0
1+
black==25.1.0
22
isort==6.0.0
33
pyright==1.1.393
44
mypy==1.16.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ python_version = "3.8"
5454
strict = true
5555

5656
[tool.black]
57-
lineLength = 88
57+
line-length = 88
5858

5959
[tool.isort]
6060
profile = "black"

ravyapi/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def with_permission_check(
8383
"""
8484

8585
def decorator(
86-
function: _EndpointF[_EndpointP, _EndpointT, _EndpointR]
86+
function: _EndpointF[_EndpointP, _EndpointT, _EndpointR],
8787
) -> _EndpointF[_EndpointP, _EndpointT, _EndpointR]:
8888
@wraps(function)
8989
async def wrapper(

0 commit comments

Comments
 (0)