diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6da31771..5dd04a59 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-ast - id: check-docstring-first @@ -19,11 +19,11 @@ repos: - black - --filter-files - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.10.1 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.2.0 + rev: v1.6.1 hooks: - id: mypy additional_dependencies: @@ -36,7 +36,7 @@ repos: - types-pytz>=2023.3.0.0,<2023.4.0 - types-redis>=4.5.4.1,<4.6.0.0 - repo: https://github.com/python-poetry/poetry - rev: 1.4.2 + rev: 1.6.0 hooks: - id: poetry-check # - id: poetry-lock