diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8839348..c0e87e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - --max-complexity=18 - --select=B,C,E,F,W,T4,B9 - repo: https://github.com/ambv/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black language_version: python3 @@ -41,7 +41,7 @@ repos: hooks: - id: pydocstyle - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.6.0" + rev: "v1.6.1" hooks: - id: mypy - repo: https://github.com/codespell-project/codespell