Skip to content

Commit 0baf893

Browse files
committed
Update ruff to 0.10.0
1 parent 1a510d7 commit 0baf893

File tree

3 files changed

+154
-155
lines changed

3 files changed

+154
-155
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.7.3 # Pin the same version in the pyproject.toml file
4+
rev: v0.10.0 # Pin the same version in the pyproject.toml file
55
hooks:
66
# Run the linter.
77
- id: ruff

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test = [
7474
]
7575
lint = [
7676
"pre-commit>=3.7.1,<4.0.0",
77-
"ruff==0.7.3",
77+
"ruff==0.10.0",
7878
"mypy>=1.13.0,<2.0.0",
7979
"types-requests>=2.32.0.20240622,<3.0.0",
8080
]
@@ -233,7 +233,7 @@ python = ["3.12"]
233233
[tool.hatch.envs.lint]
234234
detached = true
235235
dependencies = [
236-
"ruff==0.7.3",
236+
"ruff==0.10.0",
237237
"mypy>=1.13.0,<2.0.0",
238238
"types-requests>=2.32.0.20240622,<3.0.0",
239239
]

0 commit comments

Comments
 (0)