Skip to content

Commit f9eda3a

Browse files
authored
⬆️ upgrade dependencies
1 parent de63226 commit f9eda3a

File tree

3 files changed

+241
-208
lines changed

3 files changed

+241
-208
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.14.14
10+
rev: v0.15.0
1111
hooks:
1212
- id: ruff-check
1313
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
{ include-group = "codegen" },
3636
{ include-group = "test" },
3737
{ include-group = "docs" },
38-
"ruff >=0.14.0, <0.15.0",
38+
"ruff >=0.15.0, <0.16.0",
3939
"nonemoji >=0.1.2, <0.2.0",
4040
"pre-commit >=4.0.0, <5.0.0",
4141
]

0 commit comments

Comments
 (0)