JOB_ID=1196901
---
.pre-commit-config.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 099a152..a04c47f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
hooks:
- id: "yamllint"
- repo: https://github.com/fsfe/reuse-tool
- rev: v3.0.1
+ rev: v3.0.2
hooks:
- id: reuse
- repo: https://github.com/pre-commit/mirrors-mypy
@@ -18,7 +18,7 @@ repos:
- nox
- typer
- repo: https://github.com/psf/black-pre-commit-mirror
- rev: 24.3.0
+ rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
@@ -26,11 +26,11 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.3.5
+ rev: v0.3.7
hooks:
- id: ruff
- repo: https://github.com/DavidAnson/markdownlint-cli2
- rev: v0.12.1
+ rev: v0.13.0
hooks:
- id: markdownlint-cli2
require_serial: true
--
2.44.0