JOB_ID=1157825
---
.pre-commit-config.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e0398ae..c8ff0d4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@
repos:
- repo: https://github.com/adrienverge/yamllint
- rev: v1.34.0
+ rev: v1.35.1
hooks:
- id: "yamllint"
- repo: https://github.com/fsfe/reuse-tool
@@ -18,7 +18,7 @@ repos:
- nox
- typer
- repo: https://github.com/psf/black-pre-commit-mirror
- rev: 24.1.1
+ rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
@@ -26,7 +26,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.2.1
+ rev: v0.2.2
hooks:
- id: ruff
- repo: https://github.com/DavidAnson/markdownlint-cli2
--
2.43.2