Update versions of tools in pre-commit configs to latest version

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.7...v0.9.9)
- [github.com/pycqa/isort: 6.0.0 → 6.0.1](https://github.com/pycqa/isort/compare/6.0.0...6.0.1)
This commit is contained in:
pre-commit-ci[bot]
2025-03-03 17:06:17 +00:00
committed by Nikhil Badyal
parent 34ea41d61c
commit 59f2d09ab2
+2 -2
View File
@@ -23,7 +23,7 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.9.7' rev: 'v0.9.9'
hooks: hooks:
- id: ruff - id: ruff
args: args:
@@ -38,7 +38,7 @@ repos:
- "--config=pyproject.toml" - "--config=pyproject.toml"
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 6.0.0 rev: 6.0.1
hooks: hooks:
- id: isort - id: isort
args: args: