Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Commit f223b6b

Browse files
committed
Bump ruff from 0.11.12 to 0.12.9
1 parent 51f426c commit f223b6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: pyupgrade
2020
args: ['--py311-plus']
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.11.12'
22+
rev: 'v0.12.9'
2323
hooks:
2424
- id: ruff
2525
- id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev = [
3131
"pytest-cov==6.2.1",
3232
"pytest-xdist==3.8.0",
3333
"pytest==8.4.1",
34-
"ruff==0.11.12",
34+
"ruff==0.12.9",
3535
"types-beautifulsoup4==4.12.0.20250516",
3636
"types-tqdm==4.67.0.20250516",
3737
]

0 commit comments

Comments
 (0)