diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ab73263f50b0..21e6a487d9bb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v15.0.7 + rev: v16.0.0 hooks: - id: clang-format exclude: .*\.json$ @@ -31,7 +31,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/PyCQA/pylint - rev: v2.15.9 + rev: v3.0.0a6 hooks: - id: pylint args: ['-rn', '-sn']