diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3172ea84..27bf42aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,17 +8,17 @@ repos: - id: debug-statements - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.3.0 hooks: - id: black args: [--safe, --quiet] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.2 + rev: v18.1.1 hooks: - id: clang-format args: [--style=file]