Bump ruff from 0.11.13 to 0.12.1

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.13 to 0.12.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.13...0.12.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-28 15:56:17 +00:00
committed by GitHub
parent 2962a58ee5
commit 1d4a0d100f
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ pytest-cov = "^6.0.0"
pytest-datafiles = "^3.0.0"
pytest-xdist = "^3.4.0"
rich = "^14.0.0"
ruff = "^0.11.0"
ruff = "^0.12.1"
[tool.ruff]
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.