JOB_ID=1201985
---
.pre-commit-config.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f36a29b..e0449e7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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,7 +26,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: v0.3.5
+ rev: v0.4.1
hooks:
- id: ruff
- repo: https://github.com/DavidAnson/markdownlint-cli2
--
2.44.0