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

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.3...v0.9.4)
- [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0)
- [github.com/pycqa/isort: 5.13.2 → 6.0.0](https://github.com/pycqa/isort/compare/5.13.2...6.0.0)
This commit is contained in:
pre-commit-ci[bot]
2025-02-03 17:21:49 +00:00
committed by Nikhil Badyal
parent 318ae7d84b
commit 6f0fc2b15e
+3 -3
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.3' rev: 'v0.9.4'
hooks: hooks:
- id: ruff - id: ruff
args: args:
@@ -31,14 +31,14 @@ repos:
- "--fix" - "--fix"
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 24.10.0 rev: 25.1.0
hooks: hooks:
- id: black - id: black
args: args:
- "--config=pyproject.toml" - "--config=pyproject.toml"
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 5.13.2 rev: 6.0.0
hooks: hooks:
- id: isort - id: isort
args: args: