Skip to content

Commit a506ac4

Browse files
committed
fix: Pin Ruff version to 0.12.2 for consistency
- Pin ruff==0.12.2 in pyproject.toml dev dependencies - Update uv.lock to use exact version - Ensure local and CI environments use identical Ruff version - Prevents version drift causing different linting behavior This ensures both local development and GitHub CI use the same Ruff rules and behavior.
1 parent bc7682e commit a506ac4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dev = [
2929
"pytest>=7.4.0",
3030
"pytest-cov>=4.1.0",
3131
"pytest-timeout>=2.1.0",
32-
"ruff>=0.1.0",
32+
"ruff==0.12.2",
3333
"pre-commit>=3.3.0",
3434
"mypy>=1.5.0",
3535
"pandas-stubs>=2.0.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)