diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47181ee..577497c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.4.2 hooks: - id: black @@ -28,7 +28,7 @@ repos: - id: pycln - repo: https://github.com/python-poetry/poetry - rev: 1.7.0 + rev: 1.8.0 hooks: - id: poetry-check - id: poetry-lock