JOB_ID=1178535
---
.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 90c9895..c58aac2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,14 +11,14 @@ repos:
hooks:
- id: reuse
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.8.0
+ rev: v1.9.0
hooks:
- id: mypy
additional_dependencies:
- nox
- typer
- repo: https://github.com/psf/black-pre-commit-mirror
- rev: 24.2.0
+ rev: 24.3.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.3.0
+ rev: v0.3.4
hooks:
- id: ruff
- repo: https://github.com/DavidAnson/markdownlint-cli2
--
2.44.0