diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1a3e10e0e..bea6a38de8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: black exclude: "versioneer.py|dpctl/_version.py" - repo: https://github.com/pycqa/isort - rev: 9.0.0 + rev: 9.0.1 hooks: - id: isort name: isort (python) @@ -74,7 +74,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.8 + rev: v23.1.0 hooks: - id: clang-format args: ["-i"]