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

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.5...v0.1.6)
- [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](https://github.com/hadialqattan/pycln/compare/v2.3.0...v2.4.0)
This commit is contained in:
pre-commit-ci[bot]
2023-11-20 17:02:18 +00:00
committed by Nikhil Badyal
parent aae31515c5
commit cbb5d35e0a
+2 -2
View File
@@ -23,7 +23,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.1.5'
rev: 'v0.1.6'
hooks:
- id: ruff
args:
@@ -45,7 +45,7 @@ repos:
- "--settings-path=pyproject.toml"
- repo: https://github.com/hadialqattan/pycln
rev: v2.3.0
rev: v2.4.0
hooks:
- id: pycln
args: