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

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.1)
- [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](https://github.com/hadialqattan/pycln/compare/v2.4.0...v2.5.0)
This commit is contained in:
pre-commit-ci[bot]
2025-01-13 17:13:35 +00:00
committed by Nikhil Badyal
parent 9a1f86f538
commit d292bbcb1f
+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.8.6' rev: 'v0.9.1'
hooks: hooks:
- id: ruff - id: ruff
args: args:
@@ -45,7 +45,7 @@ repos:
- "--settings-path=pyproject.toml" - "--settings-path=pyproject.toml"
- repo: https://github.com/hadialqattan/pycln - repo: https://github.com/hadialqattan/pycln
rev: v2.4.0 rev: v2.5.0
hooks: hooks:
- id: pycln - id: pycln
args: args: