Skip to content

Commit 0709d48

Browse files
committed
chore: update ruff to 0.5.1
1 parent 604b299 commit 0709d48

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.4.10
14+
rev: v0.5.1
1515
hooks:
1616
- id: ruff-format
1717
- id: ruff

NEWS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Misc
7272
- Added the `from __future__ import annotations` statement to the codebase in order to simplify the usage of the typing module. This statement allows for the use of forward references in type hints, which can improve code readability and maintainability.
7373
`#24 <https://github.com/hydrogram/hydrogram/issues/24>`_
7474
- Various fixes, improvements and micro-optimizations.
75-
75+
7676

7777

7878
0.1.4 (2023-12-04)

compiler/api/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16738,4 +16738,4 @@
1673816738
"desc": "Full user information, with attached context peers for reactions"
1673916739
}
1674016740
}
16741-
}
16741+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ build-backend = "hatchling.build"
5151
[tool.rye]
5252
managed = true
5353
dev-dependencies = [
54-
"ruff>=0.4.7",
54+
"ruff>=0.5.1",
5555
"pytest>=7.4.3",
5656
"pytest-asyncio>=0.23.2",
5757
"pytest-cov>=4.1.0",

0 commit comments

Comments
 (0)