diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 234d1505..89d5f305 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,18 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: "23.11.0" + rev: "23.12.1" hooks: - id: black language_version: python3.8 - repo: https://github.com/PyCQA/isort - rev: "5.13.0" + rev: "5.13.2" hooks: - id: isort files: \.py$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.7.1" + rev: "v1.8.0" hooks: - id: mypy additional_dependencies: @@ -20,7 +20,7 @@ repos: exclude: docs/.*|tests/.*|noxfile.py - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.4" + rev: "v4.0.0-alpha.8" hooks: - id: prettier args: [--prose-wrap, always] @@ -39,7 +39,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/PyCQA/flake8 - rev: "6.1.0" + rev: "7.0.0" hooks: - id: flake8