diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 272c7ed..8f2e470 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,21 @@ repos: - - repo: https://github.com/asottile/reorder_python_imports - rev: v2.5.0 + - repo: https://github.com/asottile/reorder-python-imports + rev: v3.12.0 hooks: - id: reorder-python-imports - repo: https://github.com/psf/black - rev: 21.5b2 + rev: 23.11.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.5.0 hooks: - id: fix-byte-order-marker - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v2.3.1" + rev: "v4.0.0-alpha.4" hooks: - id: prettier types: [file]