diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4931838..845022f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v4.5.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -28,7 +28,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: "v3.14.0" + rev: "v3.15.0" hooks: - id: pyupgrade args: [--py36-plus] @@ -39,7 +39,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.10.1" hooks: - id: black args: [--line-length=79] @@ -51,7 +51,7 @@ repos: args: [--extend-ignore=E203] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.6 + rev: v17.0.4 hooks: - id: clang-format types_or: [c++]